Class: Aws::BCMDashboards::Types::UpdateDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::UpdateDashboardRequest
- 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 dashboard to update.
-
#description ⇒ String
The new description for the dashboard.
-
#name ⇒ String
The new name for the dashboard.
-
#widgets ⇒ Array<Types::Widget>
The updated array of widget configurations for the dashboard.
Instance Attribute Details
#arn ⇒ String
The ARN of the dashboard to update.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1355 class UpdateDashboardRequest < Struct.new( :arn, :name, :description, :widgets) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The new description for the dashboard.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1355 class UpdateDashboardRequest < Struct.new( :arn, :name, :description, :widgets) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name for the dashboard.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1355 class UpdateDashboardRequest < Struct.new( :arn, :name, :description, :widgets) SENSITIVE = [] include Aws::Structure end |
#widgets ⇒ Array<Types::Widget>
The updated array of widget configurations for the dashboard. Replaces all existing widgets.
1355 1356 1357 1358 1359 1360 1361 1362 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1355 class UpdateDashboardRequest < Struct.new( :arn, :name, :description, :widgets) SENSITIVE = [] include Aws::Structure end |