Class: Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DescribeIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider_name ⇒ String
The name of the IdP that you want to describe.
-
#user_pool_id ⇒ String
The ID of the user pool that has the IdP that you want to describe..
Instance Attribute Details
#provider_name ⇒ String
The name of the IdP that you want to describe.
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_id ⇒ String
The ID of the user pool that has the IdP that you want to describe..
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 |