Class: Aws::Types::LogsConfigurationPolicy
- Inherits:
-
Object
- Object
- Aws::Types::LogsConfigurationPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_account_ids ⇒ ::Array[::String]
Returns the value of attribute allowed_account_ids.
-
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
-
#log_redaction_configuration ⇒ Types::LogRedactionConfiguration
Returns the value of attribute log_redaction_configuration.
-
#log_type ⇒ "ALL", "ERROR_SUMMARY"
Returns the value of attribute log_type.
Instance Attribute Details
#allowed_account_ids ⇒ ::Array[::String]
Returns the value of attribute allowed_account_ids.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def allowed_account_ids @allowed_account_ids end |
#filter_pattern ⇒ ::String
Returns the value of attribute filter_pattern.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def filter_pattern @filter_pattern end |
#log_redaction_configuration ⇒ Types::LogRedactionConfiguration
Returns the value of attribute log_redaction_configuration.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def log_redaction_configuration @log_redaction_configuration end |
#log_type ⇒ "ALL", "ERROR_SUMMARY"
Returns the value of attribute log_type.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def log_type @log_type end |