Class: Aws::BCMDashboards::Types::GetDashboardResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the retrieved dashboard.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 389

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

#created_atTime

The timestamp when the dashboard was created.

Returns:

  • (Time)


389
390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 389

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

#descriptionString

The description of the retrieved dashboard.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 389

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

#nameString

The name of the retrieved dashboard.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 389

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

#typeString

Indicates the dashboard type.

Returns:

  • (String)


389
390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 389

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

#updated_atTime

The timestamp when the dashboard was last modified.

Returns:

  • (Time)


389
390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 389

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

#widgetsArray<Types::Widget>

An array of widget configurations that make up the dashboard.

Returns:



389
390
391
392
393
394
395
396
397
398
399
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 389

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