Class: Aws::Types::ReplicatorLogDelivery
- Inherits:
-
Object
- Object
- Aws::Types::ReplicatorLogDelivery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::ReplicatorCloudWatchLogs
Returns the value of attribute cloud_watch_logs.
-
#firehose ⇒ Types::ReplicatorFirehose
Returns the value of attribute firehose.
-
#s3 ⇒ Types::ReplicatorS3
Returns the value of attribute s3.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::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 |
#firehose ⇒ Types::ReplicatorFirehose
Returns the value of attribute firehose.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def firehose @firehose end |
#s3 ⇒ Types::ReplicatorS3
Returns the value of attribute s3.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def s3 @s3 end |