Class: Aws::Route53Domains::Types::UpdateDomainContactPrivacyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::UpdateDomainContactPrivacyResponse
- 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
-
#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 use this ID to query the operation status, use GetOperationDetail.
2991 2992 2993 2994 2995 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2991 class UpdateDomainContactPrivacyResponse < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |