Class: Aws::AuditManager::Types::CreateControlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::CreateControlRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:testing_information, :action_plan_title, :action_plan_instructions]
Instance Attribute Summary collapse
-
#action_plan_instructions ⇒ String
The recommended actions to carry out if the control isn’t fulfilled.
-
#action_plan_title ⇒ String
The title of the action plan for remediating the control.
-
#control_mapping_sources ⇒ Array<Types::CreateControlMappingSource>
The data mapping sources for the control.
-
#description ⇒ String
The description of the control.
-
#name ⇒ String
The name of the control.
-
#tags ⇒ Hash<String,String>
The tags that are associated with the control.
-
#testing_information ⇒ String
The steps to follow to determine if the control is satisfied.
Instance Attribute Details
#action_plan_instructions ⇒ String
The recommended actions to carry out if the control isn’t fulfilled.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File '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_title ⇒ String
The title of the action plan for remediating the control.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File '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_sources ⇒ Array<Types::CreateControlMappingSource>
The data mapping sources for the control.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File '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 |
#description ⇒ String
The description of the control.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File '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 |
#name ⇒ String
The name of the control.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File '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 |
#tags ⇒ Hash<String,String>
The tags that are associated with the control.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File '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_information ⇒ String
The steps to follow to determine if the control is satisfied.
1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 |
# File '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 |