Class: Aws::Types::WorkerLogDeliveryDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logsTypes::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

#firehoseTypes::FirehoseLogDeliveryDescription

Returns the value of attribute firehose.



687
688
689
# File 'sig/types.rbs', line 687

def firehose
  @firehose
end

#s3Types::S3LogDeliveryDescription

Returns the value of attribute s3.



688
689
690
# File 'sig/types.rbs', line 688

def s3
  @s3
end