Class: Aws::QuickSight::Types::ListFolderMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListFolderMembersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#folder_member_list ⇒ Array<Types::MemberIdArnPair>
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
-
#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_member_list ⇒ Array<Types::MemberIdArnPair>
A structure that contains all of the folder members (dashboards, analyses, and datasets) in the folder.
20736 20737 20738 20739 20740 20741 20742 20743 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20736 class ListFolderMembersResponse < Struct.new( :status, :folder_member_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.
20736 20737 20738 20739 20740 20741 20742 20743 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20736 class ListFolderMembersResponse < Struct.new( :status, :folder_member_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
20736 20737 20738 20739 20740 20741 20742 20743 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20736 class ListFolderMembersResponse < Struct.new( :status, :folder_member_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20736 20737 20738 20739 20740 20741 20742 20743 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20736 class ListFolderMembersResponse < Struct.new( :status, :folder_member_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |