Class: Aws::Route53Domains::Types::EnableDomainTransferLockRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::EnableDomainTransferLockRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
A request to set the transfer lock for the specified domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain that you want to set the transfer lock for.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain that you want to set the transfer lock for.
1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-route53domains/types.rb', line 1009 class EnableDomainTransferLockRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |