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

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

#initializeHostedZones

Returns a new instance of HostedZones.



8
9
10
11
12
# File 'lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb', line 8

def initialize
  @hostedZones= {}
  @hostedZones["HostedZones"]= []
  self
end