Class: Aws::FinSpaceData::Types::ListPermissionGroupsByUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListPermissionGroupsByUserResponse
- 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::PermissionGroupByUser>
A list of returned permission groups.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where a results page should begin.
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1909 class ListPermissionGroupsByUserResponse < Struct.new( :permission_groups, :next_token) SENSITIVE = [] include Aws::Structure end |
#permission_groups ⇒ Array<Types::PermissionGroupByUser>
A list of returned permission groups.
1909 1910 1911 1912 1913 1914 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1909 class ListPermissionGroupsByUserResponse < Struct.new( :permission_groups, :next_token) SENSITIVE = [] include Aws::Structure end |