Class: Aws::CognitoIdentityProvider::Types::ListIdentityProvidersRequest

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 IdPs to return.

Returns:

  • (Integer)


6046
6047
6048
6049
6050
6051
6052
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6046

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

#next_tokenString

A pagination token.

Returns:

  • (String)


6046
6047
6048
6049
6050
6051
6052
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6046

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

#user_pool_idString

The user pool ID.

Returns:

  • (String)


6046
6047
6048
6049
6050
6051
6052
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6046

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