Class: Aws::Types::CreateControlRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateControlRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_plan_instructions ⇒ ::String
Returns the value of attribute action_plan_instructions.
-
#action_plan_title ⇒ ::String
Returns the value of attribute action_plan_title.
-
#control_mapping_sources ⇒ ::Array[Types::CreateControlMappingSource]
Returns the value of attribute control_mapping_sources.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#testing_information ⇒ ::String
Returns the value of attribute testing_information.
Instance Attribute Details
#action_plan_instructions ⇒ ::String
Returns the value of attribute action_plan_instructions.
445 446 447 |
# File 'sig/types.rbs', line 445 def action_plan_instructions @action_plan_instructions end |
#action_plan_title ⇒ ::String
Returns the value of attribute action_plan_title.
444 445 446 |
# File 'sig/types.rbs', line 444 def action_plan_title @action_plan_title end |
#control_mapping_sources ⇒ ::Array[Types::CreateControlMappingSource]
Returns the value of attribute control_mapping_sources.
446 447 448 |
# File 'sig/types.rbs', line 446 def control_mapping_sources @control_mapping_sources end |
#description ⇒ ::String
Returns the value of attribute description.
442 443 444 |
# File 'sig/types.rbs', line 442 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
441 442 443 |
# File 'sig/types.rbs', line 441 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
447 448 449 |
# File 'sig/types.rbs', line 447 def @tags end |
#testing_information ⇒ ::String
Returns the value of attribute testing_information.
443 444 445 |
# File 'sig/types.rbs', line 443 def testing_information @testing_information end |