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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


4942
4943
4944
4945
4946
4947
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4942

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)


4942
4943
4944
4945
4946
4947
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 4942

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