Class: Aws::FinSpaceData::Types::ListPermissionGroupsByUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListPermissionGroupsByUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results per page.
-
#next_token ⇒ String
A token that indicates where a results page should begin.
-
#user_id ⇒ String
The unique identifier for the user.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results per page.
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1891 class ListPermissionGroupsByUserRequest < Struct.new( :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1891 class ListPermissionGroupsByUserRequest < Struct.new( :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The unique identifier for the user.
1891 1892 1893 1894 1895 1896 1897 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1891 class ListPermissionGroupsByUserRequest < Struct.new( :user_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |