Class: Aws::Types::LustreLogConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def destination
  @destination
end

#level"DISABLED", ...

Returns the value of attribute level.

Returns:

  • ("DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR")


1224
1225
1226
# File 'sig/types.rbs', line 1224

def level
  @level
end