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.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def cloud_watch_logs @cloud_watch_logs end |
#firehose ⇒ Types::ReplicatorFirehose
Returns the value of attribute firehose.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def firehose @firehose end |
#s3 ⇒ Types::ReplicatorS3
Returns the value of attribute s3.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def s3 @s3 end |