Class: Aws::Route53Domains::Types::DisableDomainAutoRenewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DisableDomainAutoRenewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain that you want to disable automatic renewal for.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain that you want to disable automatic renewal for.
537 538 539 540 541 |
# File 'lib/aws-sdk-route53domains/types.rb', line 537 class DisableDomainAutoRenewRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |