Class: Aws::QuickSight::Types::ListFolderMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListFolderMembersResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
8709 8710 8711 8712 8713 8714 8715 8716 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709 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.
8709 8710 8711 8712 8713 8714 8715 8716 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709 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.
8709 8710 8711 8712 8713 8714 8715 8716 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709 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.
8709 8710 8711 8712 8713 8714 8715 8716 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8709 class ListFolderMembersResponse < Struct.new( :status, :folder_member_list, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |