Class: Aws::Types::DataDestinationConfig
- Inherits:
-
Object
- Object
- Aws::Types::DataDestinationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: MqttTopicConfig, S3Config, TimestreamConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mqtt_topic_config ⇒ Types::MqttTopicConfig
Returns the value of attribute mqtt_topic_config.
-
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
-
#timestream_config ⇒ Types::TimestreamConfig
Returns the value of attribute timestream_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#mqtt_topic_config ⇒ Types::MqttTopicConfig
Returns the value of attribute mqtt_topic_config.
346 347 348 |
# File 'sig/types.rbs', line 346 def mqtt_topic_config @mqtt_topic_config end |
#s3_config ⇒ Types::S3Config
Returns the value of attribute s3_config.
344 345 346 |
# File 'sig/types.rbs', line 344 def s3_config @s3_config end |
#timestream_config ⇒ Types::TimestreamConfig
Returns the value of attribute timestream_config.
345 346 347 |
# File 'sig/types.rbs', line 345 def timestream_config @timestream_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
347 348 349 |
# File 'sig/types.rbs', line 347 def unknown @unknown end |