Class: Aws::Types::Logger

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component"GreengrassSystem", "Lambda"

Returns the value of attribute component.

Returns:

  • ("GreengrassSystem", "Lambda")


1300
1301
1302
# File 'sig/types.rbs', line 1300

def component
  @component
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def id
  @id
end

#level"DEBUG", ...

Returns the value of attribute level.

Returns:

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


1302
1303
1304
# File 'sig/types.rbs', line 1302

def level
  @level
end

#space::Integer

Returns the value of attribute space.

Returns:

  • (::Integer)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def space
  @space
end

#type"FileSystem", "AWSCloudWatch"

Returns the value of attribute type.

Returns:

  • ("FileSystem", "AWSCloudWatch")


1304
1305
1306
# File 'sig/types.rbs', line 1304

def type
  @type
end