Class: Aws::FinSpaceData::Types::ListPermissionGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-finspacedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results per page.

Returns:

  • (Integer)


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_tokenString

A token that indicates where a results page should begin.

Returns:

  • (String)


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