Class: AWS::Route53::ChangeInfo

Inherits:
Core::Resource
  • Object
show all
Defined in:
lib/aws/route_53/change_info.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idString (readonly)

change id.



25
26
27
# File 'lib/aws/route_53/change_info.rb', line 25

def id
  @id
end

#statusString (readonly)

status of the change.



25
26
27
# File 'lib/aws/route_53/change_info.rb', line 25

def status
  @status
end

#submitted_atTime (readonly)



25
26
27
# File 'lib/aws/route_53/change_info.rb', line 25

def 
  @submitted_at
end

Instance Method Details

#exists?Boolean



56
57
58
# File 'lib/aws/route_53/change_info.rb', line 56

def exists?
  get_resource.data[:change_info][:id] == id
end