Class: Aws::CognitoIdentityProvider::Types::ListIdentityProvidersResponse

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

#next_tokenString

A pagination token.

Returns:

  • (String)


6064
6065
6066
6067
6068
6069
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6064

class ListIdentityProvidersResponse < Struct.new(
  :providers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#providersArray<Types::ProviderDescription>

A list of IdP objects.

Returns:



6064
6065
6066
6067
6068
6069
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6064

class ListIdentityProvidersResponse < Struct.new(
  :providers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end