Class: Aws::Lightsail::Types::GetDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name for which your want to return information about.
Instance Attribute Details
#domain_name ⇒ String
The domain name for which your want to return information about.
7802 7803 7804 7805 7806 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7802 class GetDomainRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |