Class: Aws::QuickSight::Types::DeleteDashboardRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteDashboardRequest
- 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 deleting.
-
#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 deleting.
10765 10766 10767 10768 10769 10770 10771 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10765 class DeleteDashboardRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#dashboard_id ⇒ String
The ID for the dashboard.
10765 10766 10767 10768 10769 10770 10771 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10765 class DeleteDashboardRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the dashboard. If the version number property is provided, only the specified version of the dashboard is deleted.
10765 10766 10767 10768 10769 10770 10771 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10765 class DeleteDashboardRequest < Struct.new( :aws_account_id, :dashboard_id, :version_number) SENSITIVE = [] include Aws::Structure end |