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 =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_plan_instructionsString

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

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1786

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

#action_plan_titleString

The title of the action plan for remediating the control.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1786

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

#control_mapping_sourcesArray<Types::CreateControlMappingSource>

The data mapping sources for the control.



1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1786

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

#descriptionString

The description of the control.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1786

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

#nameString

The name of the control.

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1786

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

#tagsHash<String,String>

The tags that are associated with the control.

Returns:

  • (Hash<String,String>)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1786

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

#testing_informationString

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

Returns:

  • (String)


1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 1786

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