Class: Aws::Route53::Types::GetChangeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetChangeResponse
- Includes:
- Structure
- Defined in:
- 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.
2585 2586 2587 2588 2589 |
# File 'lib/aws-sdk-route53/types.rb', line 2585 class GetChangeResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |