Class: Aws::Types::LoggingOptions
- Inherits:
-
Object
- Object
- Aws::Types::LoggingOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_debug_options ⇒ ::Array[Types::DetectorDebugOption]
Returns the value of attribute detector_debug_options.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#level ⇒ "ERROR", ...
Returns the value of attribute level.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#detector_debug_options ⇒ ::Array[Types::DetectorDebugOption]
Returns the value of attribute detector_debug_options.
575 576 577 |
# File 'sig/types.rbs', line 575 def end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
574 575 576 |
# File 'sig/types.rbs', line 574 def enabled @enabled end |
#level ⇒ "ERROR", ...
Returns the value of attribute level.
573 574 575 |
# File 'sig/types.rbs', line 573 def level @level end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
572 573 574 |
# File 'sig/types.rbs', line 572 def role_arn @role_arn end |