class Aws::IoTSiteWise::Types::UpdateDashboardRequest

@note When making an API call, you may pass UpdateDashboardRequest

data as a hash:

    {
      dashboard_id: "ID", # required
      dashboard_name: "Name", # required
      dashboard_description: "Description",
      dashboard_definition: "DashboardDefinition", # required
      client_token: "ClientToken",
    }

@!attribute [rw] dashboard_id

The ID of the dashboard to update.
@return [String]

@!attribute [rw] dashboard_name

A new friendly name for the dashboard.
@return [String]

@!attribute [rw] dashboard_description

A new description for the dashboard.
@return [String]

@!attribute [rw] dashboard_definition

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

[1]: https://docs.aws.amazon.com/iot-sitewise/latest/userguide/create-dashboards-using-aws-cli.html
@return [String]

@!attribute [rw] client_token

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.
@return [String]

Constants

SENSITIVE