Class: Aws::CloudWatchOmni::Types::ViewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::ViewSummary
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Summary information about a view. Does not include the view definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the view was created.
-
#description ⇒ String
The description of the view.
-
#name ⇒ String
The name of the view.
-
#type ⇒ String
The ownership category of the view.
-
#updated_at ⇒ Time
The timestamp when the view was last updated.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the view was created.
5242 5243 5244 5245 5246 5247 5248 5249 5250 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242 class ViewSummary < Struct.new( :name, :type, :description, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the view.
5242 5243 5244 5245 5246 5247 5248 5249 5250 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242 class ViewSummary < Struct.new( :name, :type, :description, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the view.
5242 5243 5244 5245 5246 5247 5248 5249 5250 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242 class ViewSummary < Struct.new( :name, :type, :description, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The ownership category of the view.
5242 5243 5244 5245 5246 5247 5248 5249 5250 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242 class ViewSummary < Struct.new( :name, :type, :description, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the view was last updated.
5242 5243 5244 5245 5246 5247 5248 5249 5250 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5242 class ViewSummary < Struct.new( :name, :type, :description, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |