Class: Aws::Types::WAFLoggingParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_type"WAF_LOGS"

Returns the value of attribute log_type.

Returns:

  • ("WAF_LOGS")


790
791
792
# File 'sig/types.rbs', line 790

def log_type
  @log_type
end

#logging_filterTypes::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.

Returns:



788
789
790
# File 'sig/types.rbs', line 788

def redacted_fields
  @redacted_fields
end