Class: Aws::Types::LogEventConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type::String

Returns the value of attribute event_type.

Returns:

  • (::String)


3858
3859
3860
# File 'sig/types.rbs', line 3858

def event_type
  @event_type
end

#log_destination::String

Returns the value of attribute log_destination.

Returns:

  • (::String)


3860
3861
3862
# File 'sig/types.rbs', line 3860

def log_destination
  @log_destination
end

#log_level"DEBUG", ...

Returns the value of attribute log_level.

Returns:

  • ("DEBUG", "INFO", "ERROR", "WARN", "DISABLED")


3859
3860
3861
# File 'sig/types.rbs', line 3859

def log_level
  @log_level
end