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.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def cloud_watch_logs @cloud_watch_logs end |
#firehose ⇒ Types::ReplicatorFirehose
Returns the value of attribute firehose.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def firehose @firehose end |
#s3 ⇒ Types::ReplicatorS3
Returns the value of attribute s3.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def s3 @s3 end |