Class: Aws::Route53Domains::Types::GetOperationDetailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::GetOperationDetailRequest
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The GetOperationDetail request includes the following element.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The identifier for the operation for which you want to get the status.
Instance Attribute Details
#operation_id ⇒ String
The identifier for the operation for which you want to get the status. Route 53 returned the identifier in the response to the original request.
1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1769 class GetOperationDetailRequest < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |