Class: Aws::Types::UpdateSAMLProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSAMLProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_private_key ⇒ ::String
Returns the value of attribute add_private_key.
-
#assertion_encryption_mode ⇒ "Required", "Allowed"
Returns the value of attribute assertion_encryption_mode.
-
#remove_private_key ⇒ ::String
Returns the value of attribute remove_private_key.
-
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
-
#saml_provider_arn ⇒ ::String
Returns the value of attribute saml_provider_arn.
Instance Attribute Details
#add_private_key ⇒ ::String
Returns the value of attribute add_private_key.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def add_private_key @add_private_key end |
#assertion_encryption_mode ⇒ "Required", "Allowed"
Returns the value of attribute assertion_encryption_mode.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def assertion_encryption_mode @assertion_encryption_mode end |
#remove_private_key ⇒ ::String
Returns the value of attribute remove_private_key.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def remove_private_key @remove_private_key end |
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
2274 2275 2276 |
# File 'sig/types.rbs', line 2274 def @saml_metadata_document end |
#saml_provider_arn ⇒ ::String
Returns the value of attribute saml_provider_arn.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def saml_provider_arn @saml_provider_arn end |