Class: Aws::Types::UpdateIdentityProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdentityProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute attribute_mapping.
-
#idp_identifiers ⇒ ::Array[::String]
Returns the value of attribute idp_identifiers.
-
#provider_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute provider_details.
-
#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
#attribute_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute attribute_mapping.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def attribute_mapping @attribute_mapping end |
#idp_identifiers ⇒ ::Array[::String]
Returns the value of attribute idp_identifiers.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def idp_identifiers @idp_identifiers end |
#provider_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute provider_details.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def provider_details @provider_details end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def provider_name @provider_name end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def user_pool_id @user_pool_id end |