Class: Aws::Route53Domains::Types::DisableDomainTransferLockRequest

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

Overview

The DisableDomainTransferLock request includes the following element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

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

Returns:

  • (String)


556
557
558
559
560
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 556

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