Class: Aws::Types::UpdateSecurityControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_update_reason ⇒ ::String
Returns the value of attribute last_update_reason.
-
#parameters ⇒ ::Hash[::String, Types::ParameterConfiguration]
Returns the value of attribute parameters.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
Instance Attribute Details
#last_update_reason ⇒ ::String
Returns the value of attribute last_update_reason.
8074 8075 8076 |
# File 'sig/types.rbs', line 8074 def last_update_reason @last_update_reason end |
#parameters ⇒ ::Hash[::String, Types::ParameterConfiguration]
Returns the value of attribute parameters.
8073 8074 8075 |
# File 'sig/types.rbs', line 8073 def parameters @parameters end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
8072 8073 8074 |
# File 'sig/types.rbs', line 8072 def security_control_id @security_control_id end |