Class: Aws::QuickSight::Types::SearchGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchGroupsResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_list ⇒ Array<Types::Group>
A list of groups in a specified namespace that match the filters you set in your
SearchGroups
request. -
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#group_list ⇒ Array<Types::Group>
A list of groups in a specified namespace that match the filters you
set in your SearchGroups
request.
29205 29206 29207 29208 29209 29210 29211 29212 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29205 class SearchGroupsResponse < Struct.new( :group_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
29205 29206 29207 29208 29209 29210 29211 29212 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29205 class SearchGroupsResponse < Struct.new( :group_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
29205 29206 29207 29208 29209 29210 29211 29212 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29205 class SearchGroupsResponse < Struct.new( :group_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
29205 29206 29207 29208 29209 29210 29211 29212 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29205 class SearchGroupsResponse < Struct.new( :group_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |