Class: Aws::BCMDashboards::Types::CreateDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::CreateDashboardRequest
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the dashboard's purpose or contents.
-
#name ⇒ String
The name of the dashboard.
-
#resource_tags ⇒ Array<Types::ResourceTag>
The tags to apply to the dashboard resource for organization and management.
-
#widgets ⇒ Array<Types::Widget>
An array of widget configurations that define the visualizations to be displayed in the dashboard.
Instance Attribute Details
#description ⇒ String
A description of the dashboard's purpose or contents.
120 121 122 123 124 125 126 127 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 120 class CreateDashboardRequest < Struct.new( :name, :description, :widgets, :resource_tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dashboard. The name must be unique within your account.
120 121 122 123 124 125 126 127 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 120 class CreateDashboardRequest < Struct.new( :name, :description, :widgets, :resource_tags) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Array<Types::ResourceTag>
The tags to apply to the dashboard resource for organization and management.
120 121 122 123 124 125 126 127 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 120 class CreateDashboardRequest < Struct.new( :name, :description, :widgets, :resource_tags) SENSITIVE = [] include Aws::Structure end |
#widgets ⇒ Array<Types::Widget>
An array of widget configurations that define the visualizations to be displayed in the dashboard. Each dashboard can contain up to 20 widgets.
120 121 122 123 124 125 126 127 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 120 class CreateDashboardRequest < Struct.new( :name, :description, :widgets, :resource_tags) SENSITIVE = [] include Aws::Structure end |