Class: Aws::Types::DeleteIdentityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIdentityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
797 798 799 |
# File 'sig/types.rbs', line 797 def provider_name @provider_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
796 797 798 |
# File 'sig/types.rbs', line 796 def user_pool_id @user_pool_id end |