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.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def add_private_key @add_private_key end |
#assertion_encryption_mode ⇒ "Required", "Allowed"
Returns the value of attribute assertion_encryption_mode.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def assertion_encryption_mode @assertion_encryption_mode end |
#remove_private_key ⇒ ::String
Returns the value of attribute remove_private_key.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def remove_private_key @remove_private_key end |
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def @saml_metadata_document end |
#saml_provider_arn ⇒ ::String
Returns the value of attribute saml_provider_arn.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def saml_provider_arn @saml_provider_arn end |