Class: Aws::Types::LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_destination_configs ⇒ ::Array[::String]
Returns the value of attribute log_destination_configs.
-
#log_scope ⇒ "CUSTOMER", ...
Returns the value of attribute log_scope.
-
#log_type ⇒ "WAF_LOGS"
Returns the value of attribute log_type.
-
#logging_filter ⇒ Types::LoggingFilter
Returns the value of attribute logging_filter.
-
#managed_by_firewall_manager ⇒ Boolean
Returns the value of attribute managed_by_firewall_manager.
-
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#log_destination_configs ⇒ ::Array[::String]
Returns the value of attribute log_destination_configs.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def log_destination_configs @log_destination_configs end |
#log_scope ⇒ "CUSTOMER", ...
Returns the value of attribute log_scope.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def log_scope @log_scope end |
#log_type ⇒ "WAF_LOGS"
Returns the value of attribute log_type.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def log_type @log_type end |
#logging_filter ⇒ Types::LoggingFilter
Returns the value of attribute logging_filter.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def logging_filter @logging_filter end |
#managed_by_firewall_manager ⇒ Boolean
Returns the value of attribute managed_by_firewall_manager.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def managed_by_firewall_manager @managed_by_firewall_manager end |
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def redacted_fields @redacted_fields end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def resource_arn @resource_arn end |