Class: Aws::Route53Domains::Types::EnableDomainAutoRenewRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain that you want to enable automatic renewal for.

Returns:

  • (String)


991
992
993
994
995
# File 'lib/aws-sdk-route53domains/types.rb', line 991

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