Class: Aws::Route53::Types::GetChangeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetChangeRequest
- 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
-
#id ⇒ String
The ID of the change batch request.
Instance Attribute Details
#id ⇒ String
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.
2601 2602 2603 2604 2605 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2601 class GetChangeRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |