Class: Aws::IoTAnalytics::Types::DatasetActionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatasetActionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Information about the action that automatically creates the dataset’s contents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_name ⇒ String
The name of the action that automatically creates the dataset’s contents.
-
#action_type ⇒ String
The type of action by which the dataset’s contents are automatically created.
Instance Attribute Details
#action_name ⇒ String
The name of the action that automatically creates the dataset’s contents.
906 907 908 909 910 911 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 906 class DatasetActionSummary < Struct.new( :action_name, :action_type) SENSITIVE = [] include Aws::Structure end |
#action_type ⇒ String
The type of action by which the dataset’s contents are automatically created.
906 907 908 909 910 911 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 906 class DatasetActionSummary < Struct.new( :action_name, :action_type) SENSITIVE = [] include Aws::Structure end |