Class: Aws::IoTSiteWise::Types::CreateDashboardRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3042

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_definitionString

The dashboard definition specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.

Returns:

  • (String)


3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3042

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_descriptionString

A description for the dashboard.

Returns:

  • (String)


3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3042

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#dashboard_nameString

A friendly name for the dashboard.

Returns:

  • (String)


3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3042

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#project_idString

The ID of the project in which to create the dashboard.

Returns:

  • (String)


3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3042

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs that contain metadata for the dashboard. For more information, see Tagging your IoT SiteWise resources in the IoT SiteWise User Guide.

Returns:

  • (Hash<String,String>)


3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3042

class CreateDashboardRequest < Struct.new(
  :project_id,
  :dashboard_name,
  :dashboard_description,
  :dashboard_definition,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end