Class: Aws::CognitoIdentityProvider::Types::ListResourceServersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ListResourceServersRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of resource servers to return.
-
#next_token ⇒ String
A pagination token.
-
#user_pool_id ⇒ String
The ID of the user pool.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of resource servers to return.
7743 7744 7745 7746 7747 7748 7749 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7743 class ListResourceServersRequest < Struct.new( :user_pool_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token.
7743 7744 7745 7746 7747 7748 7749 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7743 class ListResourceServersRequest < Struct.new( :user_pool_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The ID of the user pool.
7743 7744 7745 7746 7747 7748 7749 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7743 class ListResourceServersRequest < Struct.new( :user_pool_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |