Class: Aws::CloudWatchOmni::Types::OmniDashboard

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

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name (ARN) of the dashboard.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Time)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (String)


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.

Returns:

  • (Hash<String,String>)


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.

Returns:

  • (Time)


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