Class: Aws::CloudWatchOmni::Types::UpdateDomainOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateDomainOutput
- 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 updated domain.
Instance Attribute Details
#domain ⇒ Types::Domain
The details of the updated domain.
4997 4998 4999 5000 5001 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4997 class UpdateDomainOutput < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |