You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTSiteWise::Types::UpdateDashboardRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDashboardRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Returns:

  • (String)

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.

#dashboard_definitionString

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

Returns:

  • (String)

    The new dashboard definition, as specified in a JSON literal.

#dashboard_descriptionString

A new description for the dashboard.

Returns:

  • (String)

    A new description for the dashboard.

#dashboard_idString

The ID of the dashboard to update.

Returns:

  • (String)

    The ID of the dashboard to update.

#dashboard_nameString

A new friendly name for the dashboard.

Returns:

  • (String)

    A new friendly name for the dashboard.