Class: Aws::CognitoIdentityProvider::Types::ListResourceServersRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of resource servers to return.

Returns:

  • (Integer)


6085
6086
6087
6088
6089
6090
6091
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6085

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

#next_tokenString

A pagination token.

Returns:

  • (String)


6085
6086
6087
6088
6089
6090
6091
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6085

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

#user_pool_idString

The user pool ID for the user pool.

Returns:

  • (String)


6085
6086
6087
6088
6089
6090
6091
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6085

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