Class: Aws::AuditManager::Types::UpdateControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::UpdateControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[: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.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4691 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [: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.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4691 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#control_id ⇒ String
The identifier for the control.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4691 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [: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.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4691 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#description ⇒ String
The optional description of the control.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4691 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |
#name ⇒ String
The name of the updated control.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4691 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [: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.
4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4691 class UpdateControlRequest < Struct.new( :control_id, :name, :description, :testing_information, :action_plan_title, :action_plan_instructions, :control_mapping_sources) SENSITIVE = [:testing_information, :action_plan_title, :action_plan_instructions] include Aws::Structure end |