Method: ZAWS::External::AWSCLI::Generators::Result::Route53::HostedZones#name

Defined in:
lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb

#name(hosted_zone_number, name) ⇒ Object



20
21
22
23
24
# File 'lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb', line 20

def name(hosted_zone_number, name)
  resize_hostedZones_array(hosted_zone_number)
  @hostedZones["HostedZones"][hosted_zone_number]["Name"]=name
  self
end