Class: Aws::Route53Domains::Types::DisableDomainAutoRenewRequest

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

Returns:

  • (String)


537
538
539
540
541
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 537

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