Class: Aws::Route53Domains::Types::AcceptDomainTransferFromAnotherAwsAccountResponse

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

Overview

The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

Identifier for tracking the progress of the request. To query the operation status, use GetOperationDetail.

Returns:

  • (String)


58
59
60
61
62
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 58

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