Class: Aws::Types::ScraperLoggingDestination
- Inherits:
-
Object
- Object
- Aws::Types::ScraperLoggingDestination
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CloudWatchLogs, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogDestination
Returns the value of attribute cloud_watch_logs.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogDestination
Returns the value of attribute cloud_watch_logs.
728 729 730 |
# File 'sig/types.rbs', line 728 def cloud_watch_logs @cloud_watch_logs end |
#unknown ⇒ Object
Returns the value of attribute unknown.
729 730 731 |
# File 'sig/types.rbs', line 729 def unknown @unknown end |