Class: SprinkleDNS::Route53ChangeRequest

Inherits:
Struct
  • Object
show all
Defined in:
lib/sprinkle_dns/providers/route53_client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#change_info_idObject

Returns the value of attribute change_info_id

Returns:

  • (Object)

    the current value of change_info_id



5
6
7
# File 'lib/sprinkle_dns/providers/route53_client.rb', line 5

def change_info_id
  @change_info_id
end

#hosted_zoneObject

Returns the value of attribute hosted_zone

Returns:

  • (Object)

    the current value of hosted_zone



5
6
7
# File 'lib/sprinkle_dns/providers/route53_client.rb', line 5

def hosted_zone
  @hosted_zone
end

#in_syncObject

Returns the value of attribute in_sync

Returns:

  • (Object)

    the current value of in_sync



5
6
7
# File 'lib/sprinkle_dns/providers/route53_client.rb', line 5

def in_sync
  @in_sync
end

#triesObject

Returns the value of attribute tries

Returns:

  • (Object)

    the current value of tries



5
6
7
# File 'lib/sprinkle_dns/providers/route53_client.rb', line 5

def tries
  @tries
end