Class: Aws::CognitoIdentityProvider::Types::AdminDisableProviderForUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::AdminDisableProviderForUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user ⇒ Types::ProviderUserIdentifierType
The user to be disabled.
-
#user_pool_id ⇒ String
The user pool ID for the user pool.
Instance Attribute Details
#user ⇒ Types::ProviderUserIdentifierType
The user to be disabled.
540 541 542 543 544 545 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 540 class AdminDisableProviderForUserRequest < Struct.new( :user_pool_id, :user) SENSITIVE = [] include Aws::Structure end |
#user_pool_id ⇒ String
The user pool ID for the user pool.
540 541 542 543 544 545 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 540 class AdminDisableProviderForUserRequest < Struct.new( :user_pool_id, :user) SENSITIVE = [] include Aws::Structure end |