Class: Aws::Route53::Types::ChangeResourceRecordSetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53/types.rb

Overview

A complex type containing the response for the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_infoTypes::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][1

action to get detailed information about the change.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html

Returns:



771
772
773
774
775
# File 'lib/aws-sdk-route53/types.rb', line 771

class ChangeResourceRecordSetsResponse < Struct.new(
  :change_info)
  SENSITIVE = []
  include Aws::Structure
end