Class: Aws::CloudWatchOmni::Types::OmniDashboard
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::OmniDashboard
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
A dashboard within a space, including its body.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the dashboard.
-
#body ⇒ String
The dashboard definition.
-
#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.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#body ⇒ String
The dashboard definition.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the dashboard was created.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The principal that created the dashboard.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The unique ID of the dashboard.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description of the dashboard.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name that identifies the dashboard.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the dashboard.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the dashboard was last updated.
3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3802 class OmniDashboard < Struct.new( :dashboard_id, :arn, :name, :body, :created_by, :description, :tags, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |