Class: Aws::AuditManager::Types::UpdateControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateControlRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :testing_information, :action_plan_title, :action_plan_instructions]
Instance Attribute Summary collapse
-
#action_plan_instructions ⇒ String
The recommended actions to carry out if the control isn't fulfilled.
-
#action_plan_title ⇒ String
The title of the action plan for remediating the control.
-
#control_id ⇒ String
The identifier for the control.
-
#control_mapping_sources ⇒ Array<Types::ControlMappingSource>
The data mapping sources for the control.
-
#description ⇒ String
The optional description of the control.
-
#name ⇒ String
The name of the updated control.
-
#testing_information ⇒ String
The steps that you should follow to determine if the control is met.
Instance Attribute Details
#action_plan_instructions ⇒ String
The recommended actions to carry out if the control isn't fulfilled.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4828 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:description, :testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#action_plan_title ⇒ String
The title of the action plan for remediating the control.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4828 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:description, :testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#control_id ⇒ String
The identifier for the control.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4828 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:description, :testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#control_mapping_sources ⇒ Array<Types::ControlMappingSource>
The data mapping sources for the control.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4828 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:description, :testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#description ⇒ String
The optional description of the control.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4828 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:description, :testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#name ⇒ String
The name of the updated control.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4828 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:description, :testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#testing_information ⇒ String
The steps that you should follow to determine if the control is met.
4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4828 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:description, :testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |