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.
269 270 271 |
# File 'sig/types.rbs', line 269 def add_private_key @add_private_key end |
#assertion_encryption_mode ⇒ "Required", "Allowed"
Returns the value of attribute assertion_encryption_mode.
268 269 270 |
# File 'sig/types.rbs', line 268 def assertion_encryption_mode @assertion_encryption_mode end |
#name ⇒ ::String
Returns the value of attribute name.
266 267 268 |
# File 'sig/types.rbs', line 266 def name @name end |
#saml_metadata_document ⇒ ::String
Returns the value of attribute saml_metadata_document.
265 266 267 |
# File 'sig/types.rbs', line 265 def @saml_metadata_document end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
267 268 269 |
# File 'sig/types.rbs', line 267 def @tags end |