Class: Aws::Types::LoggingDestination
- Inherits:
-
Object
- Object
- Aws::Types::LoggingDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogDestination
Returns the value of attribute cloud_watch_logs.
-
#filters ⇒ Types::LoggingFilter
Returns the value of attribute filters.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogDestination
Returns the value of attribute cloud_watch_logs.
546 547 548 |
# File 'sig/types.rbs', line 546 def cloud_watch_logs @cloud_watch_logs end |
#filters ⇒ Types::LoggingFilter
Returns the value of attribute filters.
547 548 549 |
# File 'sig/types.rbs', line 547 def filters @filters end |