Class: Aws::Types::ReplicatorLogDelivery

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::ReplicatorCloudWatchLogs

Returns the value of attribute cloud_watch_logs.



1346
1347
1348
# File 'sig/types.rbs', line 1346

def cloud_watch_logs
  @cloud_watch_logs
end

#firehoseTypes::ReplicatorFirehose

Returns the value of attribute firehose.



1347
1348
1349
# File 'sig/types.rbs', line 1347

def firehose
  @firehose
end

#s3Types::ReplicatorS3

Returns the value of attribute s3.

Returns:



1348
1349
1350
# File 'sig/types.rbs', line 1348

def s3
  @s3
end