Class: Aws::Lightsail::Types::GetDomainResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetDomainResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ Types::Domain
An array of key-value pairs containing information about your get domain request.
Instance Attribute Details
#domain ⇒ Types::Domain
An array of key-value pairs containing information about your get domain request.
7815 7816 7817 7818 7819 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7815 class GetDomainResult < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |