Class: Aws::Route53::Types::GetChangeRequest

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

Overview

The input for a GetChange request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the change batch request. The value that you specify here is the value that ChangeResourceRecordSets returned in the Id element when you submitted the request.

Returns:

  • (String)


2572
2573
2574
2575
2576
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2572

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