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.



1307
1308
1309
# File 'sig/types.rbs', line 1307

def cloud_watch_logs
  @cloud_watch_logs
end

#firehoseTypes::ReplicatorFirehose

Returns the value of attribute firehose.



1308
1309
1310
# File 'sig/types.rbs', line 1308

def firehose
  @firehose
end

#s3Types::ReplicatorS3

Returns the value of attribute s3.

Returns:



1309
1310
1311
# File 'sig/types.rbs', line 1309

def s3
  @s3
end