Class: Aws::Types::WorkerLogDelivery
- Inherits:
-
Object
- Object
- Aws::Types::WorkerLogDelivery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsLogDelivery
Returns the value of attribute cloud_watch_logs.
-
#firehose ⇒ Types::FirehoseLogDelivery
Returns the value of attribute firehose.
-
#s3 ⇒ Types::S3LogDelivery
Returns the value of attribute s3.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogsLogDelivery
Returns the value of attribute cloud_watch_logs.
679 680 681 |
# File 'sig/types.rbs', line 679 def cloud_watch_logs @cloud_watch_logs end |
#firehose ⇒ Types::FirehoseLogDelivery
Returns the value of attribute firehose.
680 681 682 |
# File 'sig/types.rbs', line 680 def firehose @firehose end |
#s3 ⇒ Types::S3LogDelivery
Returns the value of attribute s3.
681 682 683 |
# File 'sig/types.rbs', line 681 def s3 @s3 end |