Class: Cumulus::Route53::Manager::AwsZone

Inherits:
Struct
  • Object
show all
Defined in:
lib/route53/manager/Manager.rb

Overview

A struct that combines all the data about a hosted zone in AWS

Instance Method Summary collapse

Instance Method Details

#recordsObject



189
190
191
# File 'lib/route53/manager/Manager.rb', line 189

def records
  @records ||= get_zone_records
end