Class: Aws::BCMDashboards::Types::DashboardReference

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb

Overview

Contains basic information about a dashboard, including its ARN, name, type, and timestamps.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the referenced dashboard.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170

class DashboardReference < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the dashboard was created.

Returns:

  • (Time)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170

class DashboardReference < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the referenced dashboard.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170

class DashboardReference < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the referenced dashboard.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170

class DashboardReference < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The dashboard type.

Returns:

  • (String)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170

class DashboardReference < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the dashboard was last modified.

Returns:

  • (Time)


170
171
172
173
174
175
176
177
178
179
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 170

class DashboardReference < Struct.new(
  :arn,
  :name,
  :description,
  :type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end