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
Note:
When making an API call, you may pass GetOperationDetailRequest data as a hash:
{
operation_id: "OperationId", # required
}
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.
1657 1658 1659 1660 1661 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1657 class GetOperationDetailRequest < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |