Class: Aws::FinSpaceData::Types::ListUsersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListUsersRequest
- 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.
1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1999 class ListUsersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that indicates where a results page should begin.
1999 2000 2001 2002 2003 2004 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1999 class ListUsersRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |