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")


779
780
781
# File 'sig/types.rbs', line 779

def log_type
  @log_type
end

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

Returns:



777
778
779
# File 'sig/types.rbs', line 777

def redacted_fields
  @redacted_fields
end