Class: Aws::Types::Logger
- Inherits:
-
Object
- Object
- Aws::Types::Logger
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component ⇒ "GreengrassSystem", "Lambda"
Returns the value of attribute component.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#level ⇒ "DEBUG", ...
Returns the value of attribute level.
-
#space ⇒ ::Integer
Returns the value of attribute space.
-
#type ⇒ "FileSystem", "AWSCloudWatch"
Returns the value of attribute type.
Instance Attribute Details
#component ⇒ "GreengrassSystem", "Lambda"
Returns the value of attribute component.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def component @component end |
#id ⇒ ::String
Returns the value of attribute id.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def id @id end |
#level ⇒ "DEBUG", ...
Returns the value of attribute level.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def level @level end |
#space ⇒ ::Integer
Returns the value of attribute space.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def space @space end |
#type ⇒ "FileSystem", "AWSCloudWatch"
Returns the value of attribute type.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def type @type end |