Class: Aws::QuickSight::Types::UpdateDashboardPublishedVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateDashboardPublishedVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard that you’re updating.
-
#dashboard_id ⇒ String
The ID for the dashboard.
-
#version_number ⇒ Integer
The version number of the dashboard.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the dashboard that you’re updating.
35473 35474 35475 35476 35477 35478 35479 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35473 class UpdateDashboardPublishedVersionRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID for the dashboard.
35473 35474 35475 35476 35477 35478 35479 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35473 class UpdateDashboardPublishedVersionRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the dashboard.
35473 35474 35475 35476 35477 35478 35479 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35473 class UpdateDashboardPublishedVersionRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number) SENSITIVE = [] include Aws::Structure end |