Class: Aws::Types::ControlMappingSource
- Inherits:
-
Object
- Object
- Aws::Types::ControlMappingSource
- 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_id ⇒ ::String
Returns the value of attribute source_id.
-
#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.
349 350 351 |
# File 'sig/types.rbs', line 349 def source_description @source_description end |
#source_frequency ⇒ "DAILY", ...
Returns the value of attribute source_frequency.
353 354 355 |
# File 'sig/types.rbs', line 353 def source_frequency @source_frequency end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def source_id @source_id end |
#source_keyword ⇒ Types::SourceKeyword
Returns the value of attribute source_keyword.
352 353 354 |
# File 'sig/types.rbs', line 352 def source_keyword @source_keyword end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
348 349 350 |
# File 'sig/types.rbs', line 348 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.
350 351 352 |
# File 'sig/types.rbs', line 350 def source_set_up_option @source_set_up_option end |
#source_type ⇒ "AWS_Cloudtrail", ...
Returns the value of attribute source_type.
351 352 353 |
# File 'sig/types.rbs', line 351 def source_type @source_type end |
#troubleshooting_text ⇒ ::String
Returns the value of attribute troubleshooting_text.
354 355 356 |
# File 'sig/types.rbs', line 354 def troubleshooting_text @troubleshooting_text end |