Class: Aws::Types::CreateControlMappingSource
- Inherits:
-
Object
- Object
- Aws::Types::CreateControlMappingSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_description ⇒ ::String
Returns the value of attribute source_description.
-
#source_frequency ⇒ "DAILY", ...
Returns the value of attribute source_frequency.
-
#source_keyword ⇒ Types::SourceKeyword
Returns the value of attribute source_keyword.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_set_up_option ⇒ "System_Controls_Mapping", "Procedural_Controls_Mapping"
Returns the value of attribute source_set_up_option.
-
#source_type ⇒ "AWS_Cloudtrail", ...
Returns the value of attribute source_type.
-
#troubleshooting_text ⇒ ::String
Returns the value of attribute troubleshooting_text.
Instance Attribute Details
#source_description ⇒ ::String
Returns the value of attribute source_description.
431 432 433 |
# File 'sig/types.rbs', line 431 def source_description @source_description end |
#source_frequency ⇒ "DAILY", ...
Returns the value of attribute source_frequency.
435 436 437 |
# File 'sig/types.rbs', line 435 def source_frequency @source_frequency end |
#source_keyword ⇒ Types::SourceKeyword
Returns the value of attribute source_keyword.
434 435 436 |
# File 'sig/types.rbs', line 434 def source_keyword @source_keyword end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
430 431 432 |
# File 'sig/types.rbs', line 430 def source_name @source_name end |
#source_set_up_option ⇒ "System_Controls_Mapping", "Procedural_Controls_Mapping"
Returns the value of attribute source_set_up_option.
432 433 434 |
# File 'sig/types.rbs', line 432 def source_set_up_option @source_set_up_option end |
#source_type ⇒ "AWS_Cloudtrail", ...
Returns the value of attribute source_type.
433 434 435 |
# File 'sig/types.rbs', line 433 def source_type @source_type end |
#troubleshooting_text ⇒ ::String
Returns the value of attribute troubleshooting_text.
436 437 438 |
# File 'sig/types.rbs', line 436 def troubleshooting_text @troubleshooting_text end |