Class: Aws::Types::UpdateIdentityProviderSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIdentityProviderSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
-
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
-
#product ⇒ ::String
Returns the value of attribute product.
-
#update_settings ⇒ Types::UpdateSettings
Returns the value of attribute update_settings.
Instance Attribute Details
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
403 404 405 |
# File 'sig/types.rbs', line 403 def identity_provider @identity_provider end |
#identity_provider_arn ⇒ ::String
Returns the value of attribute identity_provider_arn.
405 406 407 |
# File 'sig/types.rbs', line 405 def identity_provider_arn @identity_provider_arn end |
#product ⇒ ::String
Returns the value of attribute product.
404 405 406 |
# File 'sig/types.rbs', line 404 def product @product end |
#update_settings ⇒ Types::UpdateSettings
Returns the value of attribute update_settings.
406 407 408 |
# File 'sig/types.rbs', line 406 def update_settings @update_settings end |