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

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

#resize_hostedZones_array(index) ⇒ Object



26
27
28
29
30
# File 'lib/zaws/external/awscli/generators/result/route53/hosted_zones.rb', line 26

def resize_hostedZones_array(index)
  while index > @hostedZones["HostedZones"].length-1
    @hostedZones["HostedZones"].push({})
  end
end