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.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def idp_identifier @idp_identifier end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def user_pool_id @user_pool_id end |