Class: Aws::IoTSiteWise::Types::UpdateDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateDashboardRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
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",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
-
#dashboard_definition ⇒ String
The new dashboard definition, as specified in a JSON literal.
-
#dashboard_description ⇒ String
A new description for the dashboard.
-
#dashboard_id ⇒ String
The ID of the dashboard to update.
-
#dashboard_name ⇒ String
A new friendly name for the dashboard.
Instance Attribute Details
#client_token ⇒ String
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.
7738 7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7738 class UpdateDashboardRequest < Struct.new( :dashboard_id, :dashboard_name, :dashboard_description, :dashboard_definition, :client_token) SENSITIVE = [] include Aws::Structure end |
#dashboard_definition ⇒ String
The new dashboard definition, as specified in a JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide.
7738 7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7738 class UpdateDashboardRequest < Struct.new( :dashboard_id, :dashboard_name, :dashboard_description, :dashboard_definition, :client_token) SENSITIVE = [] include Aws::Structure end |
#dashboard_description ⇒ String
A new description for the dashboard.
7738 7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7738 class UpdateDashboardRequest < Struct.new( :dashboard_id, :dashboard_name, :dashboard_description, :dashboard_definition, :client_token) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID of the dashboard to update.
7738 7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7738 class UpdateDashboardRequest < Struct.new( :dashboard_id, :dashboard_name, :dashboard_description, :dashboard_definition, :client_token) SENSITIVE = [] include Aws::Structure end |
#dashboard_name ⇒ String
A new friendly name for the dashboard.
7738 7739 7740 7741 7742 7743 7744 7745 7746 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7738 class UpdateDashboardRequest < Struct.new( :dashboard_id, :dashboard_name, :dashboard_description, :dashboard_definition, :client_token) SENSITIVE = [] include Aws::Structure end |