Class: Aws::FinSpaceData::Types::ListUsersByPermissionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListUsersByPermissionGroupRequest
- 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.
-
#permission_group_id ⇒ String
The unique identifier for the permission group.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results per page.
1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1964 class ListUsersByPermissionGroupRequest < Struct.new( :permission_group_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1964 class ListUsersByPermissionGroupRequest < Struct.new( :permission_group_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#permission_group_id ⇒ String
The unique identifier for the permission group.
1964 1965 1966 1967 1968 1969 1970 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1964 class ListUsersByPermissionGroupRequest < Struct.new( :permission_group_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |