Class: Aws::Types::DescribeIdentityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIdentityProviderRequest
- 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.
885 886 887 |
# File 'sig/types.rbs', line 885 def provider_name @provider_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
884 885 886 |
# File 'sig/types.rbs', line 884 def user_pool_id @user_pool_id end |