Class: Aws::Route53Domains::Types::UpdateDomainContactPrivacyResponse

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

Overview

The UpdateDomainContactPrivacy 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 use this ID to query the operation status, use GetOperationDetail.

Returns:

  • (String)


3001
3002
3003
3004
3005
# File 'lib/aws-sdk-route53domains/types.rb', line 3001

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