Class: Aws::CloudWatchOmni::Types::OmniDashboardSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::OmniDashboardSummary
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Summary of a dashboard. Call GetOmniDashboard for the full dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the dashboard.
-
#created_at ⇒ Time
The timestamp when the dashboard was created.
-
#created_by ⇒ String
The principal that created the dashboard.
-
#dashboard_id ⇒ String
The unique ID of the dashboard.
-
#description ⇒ String
An optional description of the dashboard.
-
#name ⇒ String
A name that identifies the dashboard.
-
#tags ⇒ Hash<String,String>
The tags associated with the dashboard.
-
#updated_at ⇒ Time
The timestamp when the dashboard was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the dashboard.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the dashboard was created.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The principal that created the dashboard.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The unique ID of the dashboard.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description of the dashboard.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the dashboard.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the dashboard.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the dashboard was last updated.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3852 class OmniDashboardSummary < Struct.new( :dashboard_id, :arn, :name, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |