Class: Aws::Types::MonitoringConfigurationDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_type"DEFAULT", "CUSTOM"

Returns the value of attribute configuration_type.

Returns:

  • ("DEFAULT", "CUSTOM")


942
943
944
# File 'sig/types.rbs', line 942

def configuration_type
  @configuration_type
end

#log_level"INFO", ...

Returns the value of attribute log_level.

Returns:

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


944
945
946
# File 'sig/types.rbs', line 944

def log_level
  @log_level
end

#metrics_level"APPLICATION", ...

Returns the value of attribute metrics_level.

Returns:

  • ("APPLICATION", "TASK", "OPERATOR", "PARALLELISM")


943
944
945
# File 'sig/types.rbs', line 943

def metrics_level
  @metrics_level
end