Class: Aws::Route53Domains::Types::DisableDomainAutoRenewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DisableDomainAutoRenewRequest
- Defined in:
- gems/aws-sdk-route53domains/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.
538 539 540 541 542 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 538 class DisableDomainAutoRenewRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |