Class: Aws::CloudWatchOmni::Types::CreateDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::CreateDomainOutput
- 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 created domain.
Instance Attribute Details
#domain ⇒ Types::Domain
The details of the created domain.
1084 1085 1086 1087 1088 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 1084 class CreateDomainOutput < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |