Class: Aws::Types::WorkerLogDeliveryDescription
- Inherits:
-
Object
- Object
- Aws::Types::WorkerLogDeliveryDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsLogDeliveryDescription
Returns the value of attribute cloud_watch_logs.
-
#firehose ⇒ Types::FirehoseLogDeliveryDescription
Returns the value of attribute firehose.
-
#s3 ⇒ Types::S3LogDeliveryDescription
Returns the value of attribute s3.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogsLogDeliveryDescription
Returns the value of attribute cloud_watch_logs.
686 687 688 |
# File 'sig/types.rbs', line 686 def cloud_watch_logs @cloud_watch_logs end |
#firehose ⇒ Types::FirehoseLogDeliveryDescription
Returns the value of attribute firehose.
687 688 689 |
# File 'sig/types.rbs', line 687 def firehose @firehose end |
#s3 ⇒ Types::S3LogDeliveryDescription
Returns the value of attribute s3.
688 689 690 |
# File 'sig/types.rbs', line 688 def s3 @s3 end |