Class: Aws::BCMDashboards::Types::GetDashboardResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GetDashboardResponse
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the retrieved dashboard.
-
#created_at ⇒ Time
The timestamp when the dashboard was created.
-
#description ⇒ String
The description of the retrieved dashboard.
-
#name ⇒ String
The name of the retrieved dashboard.
-
#type ⇒ String
Indicates the dashboard type.
-
#updated_at ⇒ Time
The timestamp when the dashboard was last modified.
-
#widgets ⇒ Array<Types::Widget>
An array of widget configurations that make up the dashboard.
Instance Attribute Details
#arn ⇒ String
The ARN of the retrieved dashboard.
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_at ⇒ Time
The timestamp when the dashboard was created.
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 |
#description ⇒ String
The description of the retrieved dashboard.
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 |
#name ⇒ String
The name of the retrieved dashboard.
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 |
#type ⇒ String
Indicates the dashboard type.
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_at ⇒ Time
The timestamp when the dashboard was last modified.
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 |
#widgets ⇒ Array<Types::Widget>
An array of widget configurations that make up the dashboard.
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 |