Class: Aws::CloudWatchOmni::Types::OmniDashboardSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the dashboard.

Returns:

  • (String)


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.

Returns:

  • (Time)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Hash<String,String>)


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.

Returns:

  • (Time)


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