Class: Aws::Types::LustreLogCreateConfiguration

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)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def destination
  @destination
end

#level"DISABLED", ...

Returns the value of attribute level.

Returns:

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


1230
1231
1232
# File 'sig/types.rbs', line 1230

def level
  @level
end