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.
790 791 792 |
# File 'sig/types.rbs', line 790 def log_type @log_type end |
#logging_filter ⇒ Types::LoggingFilter
Returns the value of attribute logging_filter.
789 790 791 |
# File 'sig/types.rbs', line 789 def logging_filter @logging_filter end |
#redacted_fields ⇒ ::Array[Types::FieldToMatch]
Returns the value of attribute redacted_fields.
788 789 790 |
# File 'sig/types.rbs', line 788 def redacted_fields @redacted_fields end |