Class: Aws::Route53::Types::GetChangeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetChangeResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains the ChangeInfo
element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_info ⇒ Types::ChangeInfo
A complex type that contains information about the specified change batch.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that contains information about the specified change batch.
2587 2588 2589 2590 2591 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2587 class GetChangeResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |