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


1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1859

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)


1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1859

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.



1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1859

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)


1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1859

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)


1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1859

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>)


1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1859

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)


1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1859

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