Class: Aws::Types::DestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DestinationConfiguration
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CloudWatchLogs, Firehose, S3, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsDestinationConfiguration
Returns the value of attribute cloud_watch_logs.
-
#firehose ⇒ Types::FirehoseDestinationConfiguration
Returns the value of attribute firehose.
-
#s3 ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogsDestinationConfiguration
Returns the value of attribute cloud_watch_logs.
111 112 113 |
# File 'sig/types.rbs', line 111 def cloud_watch_logs @cloud_watch_logs end |
#firehose ⇒ Types::FirehoseDestinationConfiguration
Returns the value of attribute firehose.
112 113 114 |
# File 'sig/types.rbs', line 112 def firehose @firehose end |
#s3 ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3.
110 111 112 |
# File 'sig/types.rbs', line 110 def s3 @s3 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
113 114 115 |
# File 'sig/types.rbs', line 113 def unknown @unknown end |