Class: Aws::QuickSight::Types::SearchFoldersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchFoldersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#folder_summary_list ⇒ Array<Types::FolderSummary>
A structure that contains all of the folders in the Amazon Web Services account.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#folder_summary_list ⇒ Array<Types::FolderSummary>
A structure that contains all of the folders in the Amazon Web Services account. This structure provides basic information about the folders.
27604 27605 27606 27607 27608 27609 27610 27611 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27604 class SearchFoldersResponse < Struct.new( :status, :folder_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
27604 27605 27606 27607 27608 27609 27610 27611 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27604 class SearchFoldersResponse < Struct.new( :status, :folder_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
27604 27605 27606 27607 27608 27609 27610 27611 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27604 class SearchFoldersResponse < Struct.new( :status, :folder_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
27604 27605 27606 27607 27608 27609 27610 27611 |
# File 'lib/aws-sdk-quicksight/types.rb', line 27604 class SearchFoldersResponse < Struct.new( :status, :folder_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |