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.
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_at ⇒ Time
The timestamp when the dashboard was created.
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 |
#description ⇒ String
The description of the retrieved dashboard.
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 |
#name ⇒ String
The name of the retrieved dashboard.
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 |
#type ⇒ String
Indicates the dashboard type.
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_at ⇒ Time
The timestamp when the dashboard was last modified.
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 |
#widgets ⇒ Array<Types::Widget>
An array of widget configurations that make up the dashboard.
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 |