Class: Aws::QuickSight::Types::DeleteThemeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteThemeRequest
- Defined in:
- gems/aws-sdk-quicksight/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 theme that you're deleting.
-
#theme_id ⇒ String
An ID for the theme that you want to delete.
-
#version_number ⇒ Integer
The version of the theme that you want to delete.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the theme that you're deleting.
11676 11677 11678 11679 11680 11681 11682 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11676 class DeleteThemeRequest < Struct.new( :aws_account_id, :theme_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#theme_id ⇒ String
An ID for the theme that you want to delete.
11676 11677 11678 11679 11680 11681 11682 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11676 class DeleteThemeRequest < Struct.new( :aws_account_id, :theme_id, :version_number) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version of the theme that you want to delete.
Note: If you don't provide a version number, you're using this
call to DeleteTheme
to delete all versions of the theme.
11676 11677 11678 11679 11680 11681 11682 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11676 class DeleteThemeRequest < Struct.new( :aws_account_id, :theme_id, :version_number) SENSITIVE = [] include Aws::Structure end |