Class: Aws::Lightsail::Types::DeleteDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The specific domain name to delete.
Instance Attribute Details
#domain_name ⇒ String
The specific domain name to delete.
5111 5112 5113 5114 5115 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5111 class DeleteDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |