Class: Aws::IoTAnalytics::Types::TriggeringDataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::TriggeringDataset
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Information about the dataset whose content generation triggers the new dataset content generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the dataset whose content generation triggers the new dataset content generation.
Instance Attribute Details
#name ⇒ String
The name of the dataset whose content generation triggers the new dataset content generation.
2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2913 class TriggeringDataset < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |