Class: Aws::Types::UpdateControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_plan_instructions ⇒ ::String
Returns the value of attribute action_plan_instructions.
-
#action_plan_title ⇒ ::String
Returns the value of attribute action_plan_title.
-
#control_id ⇒ ::String
Returns the value of attribute control_id.
-
#control_mapping_sources ⇒ ::Array[Types::ControlMappingSource]
Returns the value of attribute control_mapping_sources.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#testing_information ⇒ ::String
Returns the value of attribute testing_information.
Instance Attribute Details
#action_plan_instructions ⇒ ::String
Returns the value of attribute action_plan_instructions.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def action_plan_instructions @action_plan_instructions end |
#action_plan_title ⇒ ::String
Returns the value of attribute action_plan_title.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def action_plan_title @action_plan_title end |
#control_id ⇒ ::String
Returns the value of attribute control_id.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def control_id @control_id end |
#control_mapping_sources ⇒ ::Array[Types::ControlMappingSource]
Returns the value of attribute control_mapping_sources.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def control_mapping_sources @control_mapping_sources end |
#description ⇒ ::String
Returns the value of attribute description.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def name @name end |
#testing_information ⇒ ::String
Returns the value of attribute testing_information.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def testing_information @testing_information end |