Class: Aws::Types::CapacityProviderLoggingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def log_group
  @log_group
end

#system_log_level"DEBUG", ...

Returns the value of attribute system_log_level.

Returns:

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


163
164
165
# File 'sig/types.rbs', line 163

def system_log_level
  @system_log_level
end