Class: Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderRequest

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

#provider_nameString

The name of the IdP that you want to describe.

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5025

class DescribeIdentityProviderRequest < Struct.new(
  :user_pool_id,
  :provider_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The ID of the user pool that has the IdP that you want to describe..

Returns:

  • (String)


5025
5026
5027
5028
5029
5030
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5025

class DescribeIdentityProviderRequest < Struct.new(
  :user_pool_id,
  :provider_name)
  SENSITIVE = []
  include Aws::Structure
end