Class: Aws::BCMDashboards::Types::CreateDashboardRequest

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

#descriptionString

A description of the dashboard's purpose or contents.

Returns:

  • (String)


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

#nameString

The name of the dashboard. The name must be unique within your account.

Returns:

  • (String)


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_tagsArray<Types::ResourceTag>

The tags to apply to the dashboard resource for organization and management.

Returns:



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

#widgetsArray<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.

Returns:



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