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 =
[:testing_information, :action_plan_title, :action_plan_instructions]

Instance Attribute Summary collapse

Instance Attribute Details

#action_plan_instructionsString

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

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-auditmanager/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_titleString

The title of the action plan for remediating the control.

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-auditmanager/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_idString

The identifier for the control.

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-auditmanager/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_sourcesArray<Types::ControlMappingSource>

The data mapping sources for the control.

Returns:



4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-auditmanager/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

#descriptionString

The optional description of the control.

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-auditmanager/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

#nameString

The name of the updated control.

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-auditmanager/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_informationString

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

Returns:

  • (String)


4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
# File 'gems/aws-sdk-auditmanager/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