Class: Aws::FinSpaceData::Types::ListPermissionGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListPermissionGroupsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates where a results page should begin.
-
#permission_groups ⇒ Array<Types::PermissionGroup>
A list of all the permission groups.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where a results page should begin.
1943 1944 1945 1946 1947 1948 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1943 class ListPermissionGroupsResponse < Struct.new( :permission_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#permission_groups ⇒ Array<Types::PermissionGroup>
A list of all the permission groups.
1943 1944 1945 1946 1947 1948 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1943 class ListPermissionGroupsResponse < Struct.new( :permission_groups, :next_token) SENSITIVE = [] include Aws::Structure end |