Class: Aws::Route53Domains::Types::EnableDomainTransferLockRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/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

Instance Attribute Details

#domain_nameString

The name of the domain that you want to set the transfer lock for.

Returns:

  • (String)


1009
1010
1011
1012
1013
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 1009

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