Class: Aws::QuickSight::Types::ListGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_list ⇒ Array<Types::Group>
The list of the groups.
-
#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>
The list of the groups.
20965 20966 20967 20968 20969 20970 20971 20972 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20965 class ListGroupsResponse < 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.
20965 20966 20967 20968 20969 20970 20971 20972 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20965 class ListGroupsResponse < 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.
20965 20966 20967 20968 20969 20970 20971 20972 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20965 class ListGroupsResponse < Struct.new( :group_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20965 20966 20967 20968 20969 20970 20971 20972 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20965 class ListGroupsResponse < Struct.new( :group_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |