Class: Aws::CognitoIdentityProvider::Types::DeleteIdentityProviderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DeleteIdentityProviderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider_name ⇒ String
The IdP name.
-
#user_pool_id ⇒ String
The user pool ID.
Instance Attribute Details
#provider_name ⇒ String
The IdP name.
3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3855 class DeleteIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID.
3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3855 class DeleteIdentityProviderRequest < Struct.new( :user_pool_id, :provider_name) SENSITIVE = [] include Aws::Structure end |