Class: Aws::CloudWatchOmni::Types::GetDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::GetDomainOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ Types::Domain
The details of the domain.
Instance Attribute Details
#domain ⇒ Types::Domain
The details of the domain.
2202 2203 2204 2205 2206 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 2202 class GetDomainOutput < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |