Class: Aws::Types::BrokerLogs
- Inherits:
-
Object
- Object
- Aws::Types::BrokerLogs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogs
Returns the value of attribute cloud_watch_logs.
-
#firehose ⇒ Types::Firehose
Returns the value of attribute firehose.
-
#s3 ⇒ Types::S3
Returns the value of attribute s3.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogs
Returns the value of attribute cloud_watch_logs.
55 56 57 |
# File 'sig/types.rbs', line 55 def cloud_watch_logs @cloud_watch_logs end |
#firehose ⇒ Types::Firehose
Returns the value of attribute firehose.
56 57 58 |
# File 'sig/types.rbs', line 56 def firehose @firehose end |
#s3 ⇒ Types::S3
Returns the value of attribute s3.
57 58 59 |
# File 'sig/types.rbs', line 57 def s3 @s3 end |