Class: Aws::Types::Logging
- Inherits:
-
Object
- Object
- Aws::Types::Logging
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CloudWatch, Disabled, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch ⇒ Types::CloudWatchLogging
Returns the value of attribute cloud_watch.
-
#disabled ⇒ Types::LoggingDisabled
Returns the value of attribute disabled.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cloud_watch ⇒ Types::CloudWatchLogging
Returns the value of attribute cloud_watch.
351 352 353 |
# File 'sig/types.rbs', line 351 def cloud_watch @cloud_watch end |
#disabled ⇒ Types::LoggingDisabled
Returns the value of attribute disabled.
350 351 352 |
# File 'sig/types.rbs', line 350 def disabled @disabled end |
#unknown ⇒ Object
Returns the value of attribute unknown.
352 353 354 |
# File 'sig/types.rbs', line 352 def unknown @unknown end |