Class: Aws::Route53Domains::Types::AssociateDelegationSignerToDomainResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-route53domains/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The 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

Returns:

  • (String)


93
94
95
96
97
# File 'lib/aws-sdk-route53domains/types.rb', line 93

class AssociateDelegationSignerToDomainResponse < Struct.new(
  :operation_id)
  SENSITIVE = []
  include Aws::Structure
end