Class: Aws::Types::DestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#iot_twin_maker_configuration ⇒ Types::IotTwinMakerDestinationConfiguration
Returns the value of attribute iot_twin_maker_configuration.
-
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
-
#type ⇒ "s3", ...
Returns the value of attribute type.
Instance Attribute Details
#iot_twin_maker_configuration ⇒ Types::IotTwinMakerDestinationConfiguration
Returns the value of attribute iot_twin_maker_configuration.
364 365 366 |
# File 'sig/types.rbs', line 364 def iot_twin_maker_configuration @iot_twin_maker_configuration end |
#s3_configuration ⇒ Types::S3DestinationConfiguration
Returns the value of attribute s3_configuration.
363 364 365 |
# File 'sig/types.rbs', line 363 def s3_configuration @s3_configuration end |
#type ⇒ "s3", ...
Returns the value of attribute type.
362 363 364 |
# File 'sig/types.rbs', line 362 def type @type end |