Class: Aws::Types::WirelessGatewayEventLogOption
- Inherits:
-
Object
- Object
- Aws::Types::WirelessGatewayEventLogOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ "CUPS_Request", "Certificate"
Returns the value of attribute event.
-
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
Instance Attribute Details
#event ⇒ "CUPS_Request", "Certificate"
Returns the value of attribute event.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def event @event end |
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def log_level @log_level end |