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)


514
515
516
517
518
519
520
521
522
523
524
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 514

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)


514
515
516
517
518
519
520
521
522
523
524
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 514

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)


514
515
516
517
518
519
520
521
522
523
524
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 514

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)


514
515
516
517
518
519
520
521
522
523
524
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 514

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)


514
515
516
517
518
519
520
521
522
523
524
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 514

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)


514
515
516
517
518
519
520
521
522
523
524
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 514

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:



514
515
516
517
518
519
520
521
522
523
524
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 514

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