Class: Aws::Types::SourceLogsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceLogsConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_selection_criteria ⇒ ::String
Returns the value of attribute data_source_selection_criteria.
-
#encrypted_log_group_strategy ⇒ "ALLOW", "SKIP"
Returns the value of attribute encrypted_log_group_strategy.
-
#log_group_selection_criteria ⇒ ::String
Returns the value of attribute log_group_selection_criteria.
Instance Attribute Details
#data_source_selection_criteria ⇒ ::String
Returns the value of attribute data_source_selection_criteria.
560 561 562 |
# File 'sig/types.rbs', line 560 def data_source_selection_criteria @data_source_selection_criteria end |
#encrypted_log_group_strategy ⇒ "ALLOW", "SKIP"
Returns the value of attribute encrypted_log_group_strategy.
561 562 563 |
# File 'sig/types.rbs', line 561 def encrypted_log_group_strategy @encrypted_log_group_strategy end |
#log_group_selection_criteria ⇒ ::String
Returns the value of attribute log_group_selection_criteria.
559 560 561 |
# File 'sig/types.rbs', line 559 def log_group_selection_criteria @log_group_selection_criteria end |