Class: Aws::Types::MonitoringConfigurationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_type_update"DEFAULT", "CUSTOM"

Returns the value of attribute configuration_type_update.

Returns:

  • ("DEFAULT", "CUSTOM")


949
950
951
# File 'sig/types.rbs', line 949

def configuration_type_update
  @configuration_type_update
end

#log_level_update"INFO", ...

Returns the value of attribute log_level_update.

Returns:

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


951
952
953
# File 'sig/types.rbs', line 951

def log_level_update
  @log_level_update
end

#metrics_level_update"APPLICATION", ...

Returns the value of attribute metrics_level_update.

Returns:

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


950
951
952
# File 'sig/types.rbs', line 950

def metrics_level_update
  @metrics_level_update
end