Class: Aws::FinSpaceData::Types::ListUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::ListUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that indicates where a results page should begin.
-
#users ⇒ Array<Types::User>
A list of all the users.
Instance Attribute Details
#next_token ⇒ String
A token that indicates where a results page should begin.
2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2016 class ListUsersResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |
#users ⇒ Array<Types::User>
A list of all the users.
2016 2017 2018 2019 2020 2021 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2016 class ListUsersResponse < Struct.new( :users, :next_token) SENSITIVE = [] include Aws::Structure end |