Class: Aws::Types::ModifySamlPropertiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifySamlPropertiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#properties_to_delete ⇒ ::Array[("SAML_PROPERTIES_USER_ACCESS_URL" | "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME")]
Returns the value of attribute properties_to_delete.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#saml_properties ⇒ Types::SamlProperties
Returns the value of attribute saml_properties.
Instance Attribute Details
#properties_to_delete ⇒ ::Array[("SAML_PROPERTIES_USER_ACCESS_URL" | "SAML_PROPERTIES_RELAY_STATE_PARAMETER_NAME")]
Returns the value of attribute properties_to_delete.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def properties_to_delete @properties_to_delete end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def resource_id @resource_id end |
#saml_properties ⇒ Types::SamlProperties
Returns the value of attribute saml_properties.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def saml_properties @saml_properties end |