Class: Aws::Route53Domains::Types::DisableDomainTransferLockResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DisableDomainTransferLockResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The DisableDomainTransferLock response includes the following element.
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 query the operation status, use [GetOperationDetail].
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html
575 576 577 578 579 |
# File 'lib/aws-sdk-route53domains/types.rb', line 575 class DisableDomainTransferLockResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |