Class: Aws::Route53Domains::Types::EnableDomainTransferLockResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::EnableDomainTransferLockResponse
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
The EnableDomainTransferLock response includes the following elements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
Identifier for tracking the progress of the request.
Instance Attribute Details
#operation_id ⇒ String
Identifier for tracking the progress of the request. To use this ID to query the operation status, use GetOperationDetail.
1025 1026 1027 1028 1029 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1025 class EnableDomainTransferLockResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |