Class: Aws::IoTAnalytics::Types::DatasetContentDeliveryDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatasetContentDeliveryDestination
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
The destination to which dataset contents are delivered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#iot_events_destination_configuration ⇒ Types::IotEventsDestinationConfiguration
Configuration information for delivery of dataset contents to IoT Events.
-
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Configuration information for delivery of dataset contents to Amazon S3.
Instance Attribute Details
#iot_events_destination_configuration ⇒ Types::IotEventsDestinationConfiguration
Configuration information for delivery of dataset contents to IoT Events.
925 926 927 928 929 930 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 925 class DatasetContentDeliveryDestination < Struct.new( :iot_events_destination_configuration, :s3_destination_configuration) SENSITIVE = [] include Aws::Structure end |
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
Configuration information for delivery of dataset contents to Amazon S3.
925 926 927 928 929 930 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 925 class DatasetContentDeliveryDestination < Struct.new( :iot_events_destination_configuration, :s3_destination_configuration) SENSITIVE = [] include Aws::Structure end |