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.
892 893 894 |
# File 'sig/types.rbs', line 892 def provider_name @provider_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
891 892 893 |
# File 'sig/types.rbs', line 891 def user_pool_id @user_pool_id end |