Class: Aws::Route53::Types::ChangeResourceRecordSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::ChangeResourceRecordSetsResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type containing the response for the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_info ⇒ Types::ChangeInfo
A complex type that contains information about changes made to your hosted zone.
Instance Attribute Details
#change_info ⇒ Types::ChangeInfo
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
769 770 771 772 773 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 769 class ChangeResourceRecordSetsResponse < Struct.new( :change_info) SENSITIVE = [] include Aws::Structure end |