Class: Aws::AuditManager::Types::CreateControlRequest

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)


1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1802

class CreateControlRequest < Struct.new(
  :name,
  :description,
  :testing_information,
  :action_plan_title,
  :action_plan_instructions,
  :control_mapping_sources,
  :tags)
  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)


1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1802

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

#control_mapping_sourcesArray<Types::CreateControlMappingSource>

The data mapping sources for the control.



1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1802

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

#descriptionString

The description of the control.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1802

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

#nameString

The name of the control.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1802

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

#tagsHash<String,String>

The tags that are associated with the control.

Returns:

  • (Hash<String,String>)


1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1802

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

#testing_informationString

The steps to follow to determine if the control is satisfied.

Returns:

  • (String)


1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1802

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