Class: Aws::Route53Domains::Types::DisassociateDelegationSignerFromDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DisassociateDelegationSignerFromDomainResponse
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
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.
616 617 618 619 620 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 616 class DisassociateDelegationSignerFromDomainResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |