Class: Aws::QuickSight::Types::DeleteThemeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteThemeRequest
- 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 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.
11540 11541 11542 11543 11544 11545 11546 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 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.
11540 11541 11542 11543 11544 11545 11546 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 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.
11540 11541 11542 11543 11544 11545 11546 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11540 class DeleteThemeRequest < Struct.new( :aws_account_id, :theme_id, :version_number) SENSITIVE = [] include Aws::Structure end |