Class: Aws::AuditManager::Types::UpdateControlRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_plan_instructionsString

The recommended actions to carry out if the control isn't fulfilled.

Returns:

  • (String)


4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4515

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#action_plan_titleString

The title of the action plan for remediating the control.

Returns:

  • (String)


4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4515

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#control_idString

The identifier for the control.

Returns:

  • (String)


4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4515

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#control_mapping_sourcesArray<Types::ControlMappingSource>

The data mapping sources for the control.

Returns:



4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4515

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description of the control.

Returns:

  • (String)


4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4515

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the updated control.

Returns:

  • (String)


4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4515

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end

#testing_informationString

The steps that you should follow to determine if the control is met.

Returns:

  • (String)


4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4515

class UpdateControlRequest < Struct.new(
  :control_id,
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources)
  SENSITIVE = []
  include Aws::Structure
end