Class: Aws::Types::WAFLoggingParameters
- Inherits:
-
Object
- Object
- Aws::Types::WAFLoggingParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_type ⇒ "WAF_LOGS"
Returns the value of attribute log_type.
-
#logging_filter ⇒ Types::LoggingFilter
Returns the value of attribute logging_filter.
-
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
Instance Attribute Details
#log_type ⇒ "WAF_LOGS"
Returns the value of attribute log_type.
779 780 781 |
# File 'sig/types.rbs', line 779 def log_type @log_type end |
#logging_filter ⇒ Types::LoggingFilter
Returns the value of attribute logging_filter.
778 779 780 |
# File 'sig/types.rbs', line 778 def logging_filter @logging_filter end |
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
777 778 779 |
# File 'sig/types.rbs', line 777 def redacted_fields @redacted_fields end |