Class: Aws::Types::GetIdentityProviderByIdentifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityProviderByIdentifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#idp_identifier ⇒ ::String
Returns the value of attribute idp_identifier.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
Instance Attribute Details
#idp_identifier ⇒ ::String
Returns the value of attribute idp_identifier.
1212 1213 1214 |
# File 'sig/types.rbs', line 1212 def idp_identifier @idp_identifier end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def user_pool_id @user_pool_id end |