Class: Aws::QuickSight::Types::ListFoldersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListFoldersResponse
- 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.
20848 20849 20850 20851 20852 20853 20854 20855 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20848 class ListFoldersResponse < 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.
20848 20849 20850 20851 20852 20853 20854 20855 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20848 class ListFoldersResponse < 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.
20848 20849 20850 20851 20852 20853 20854 20855 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20848 class ListFoldersResponse < Struct.new( :status, :folder_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20848 20849 20850 20851 20852 20853 20854 20855 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20848 class ListFoldersResponse < Struct.new( :status, :folder_summary_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |