Class: Aws::QuickSight::Types::ListThemesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListThemesRequest
- 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 themes that you’re listing.
-
#max_results ⇒ Integer
The maximum number of results to be returned per request.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#type ⇒ String
The type of themes that you want to list.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the themes that you’re listing.
21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21721 class ListThemesRequest < Struct.new( :aws_account_id, :next_token, :max_results, :type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned per request.
21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21721 class ListThemesRequest < Struct.new( :aws_account_id, :next_token, :max_results, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21721 class ListThemesRequest < Struct.new( :aws_account_id, :next_token, :max_results, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of themes that you want to list. Valid options include the following:
-
‘ALL (default)`- Display all existing themes.
-
‘CUSTOM` - Display only the themes created by people using Amazon QuickSight.
-
‘QUICKSIGHT` - Display only the starting themes defined by Amazon QuickSight.
21721 21722 21723 21724 21725 21726 21727 21728 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21721 class ListThemesRequest < Struct.new( :aws_account_id, :next_token, :max_results, :type) SENSITIVE = [] include Aws::Structure end |