Method: ZAWS::External::AWSCLI::Generators::Result::Route53::HostedZones#id
- Defined in:
- lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb
#id(hosted_zone_number, id) ⇒ Object
14 15 16 17 18 |
# File 'lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb', line 14 def id(hosted_zone_number, id) resize_hostedZones_array(hosted_zone_number) @hostedZones["HostedZones"][hosted_zone_number]["Id"]=id self end |