Class: Aws::FinSpaceData::Types::ListUsersRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/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)


1999
2000
2001
2002
2003
2004
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1999

class ListUsersRequest < 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)


1999
2000
2001
2002
2003
2004
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1999

class ListUsersRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end