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

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :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)


1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-auditmanager/types.rb', line 1851

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


1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-auditmanager/types.rb', line 1851

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

#control_mapping_sourcesArray<Types::CreateControlMappingSource>

The data mapping sources for the control.



1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-auditmanager/types.rb', line 1851

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

#descriptionString

The description of the control.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-auditmanager/types.rb', line 1851

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

#nameString

The name of the control.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-auditmanager/types.rb', line 1851

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


1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-auditmanager/types.rb', line 1851

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


1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
# File 'lib/aws-sdk-auditmanager/types.rb', line 1851

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