Class: Aws::Types::UpdateStandardsControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStandardsControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute control_status.
-
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
-
#standards_control_arn ⇒ ::String
Returns the value of attribute standards_control_arn.
Instance Attribute Details
#control_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute control_status.
8092 8093 8094 |
# File 'sig/types.rbs', line 8092 def control_status @control_status end |
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
8093 8094 8095 |
# File 'sig/types.rbs', line 8093 def disabled_reason @disabled_reason end |
#standards_control_arn ⇒ ::String
Returns the value of attribute standards_control_arn.
8091 8092 8093 |
# File 'sig/types.rbs', line 8091 def standards_control_arn @standards_control_arn end |