Class: Aws::FinSpaceData::Types::ListPermissionGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListPermissionGroupsRequest
- 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.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results per page.
1926 1927 1928 1929 1930 1931 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1926 class ListPermissionGroupsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1926 1927 1928 1929 1930 1931 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1926 class ListPermissionGroupsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |