Class: Aws::Types::CreateSAMLProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSAMLProviderRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#add_private_key ⇒ ::String
Returns the value of attribute add_private_key.
257 258 259 |
# File 'sig/types.rbs', line 257 def add_private_key @add_private_key end |
#assertion_encryption_mode ⇒ "Required", "Allowed"
Returns the value of attribute assertion_encryption_mode.
256 257 258 |
# File 'sig/types.rbs', line 256 def assertion_encryption_mode @assertion_encryption_mode end |
#name ⇒ ::String
Returns the value of attribute name.
254 255 256 |
# File 'sig/types.rbs', line 254 def name @name end |
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
253 254 255 |
# File 'sig/types.rbs', line 253 def @saml_metadata_document end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
255 256 257 |
# File 'sig/types.rbs', line 255 def @tags end |