Class: Aws::IoTAnalytics::Types::DatasetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatasetSummary
- Defined in:
- gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb
Overview
A summary of information about a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::DatasetActionSummary>
A list of
DataActionSummary
objects. -
#creation_time ⇒ Time
The time the dataset was created.
-
#dataset_name ⇒ String
The name of the dataset.
-
#last_update_time ⇒ Time
The last time the dataset was updated.
-
#status ⇒ String
The status of the dataset.
-
#triggers ⇒ Array<Types::DatasetTrigger>
A list of triggers.
Instance Attribute Details
#actions ⇒ Array<Types::DatasetActionSummary>
A list of DataActionSummary
objects.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1063 class DatasetSummary < Struct.new( :dataset_name, :status, :creation_time, :last_update_time, :triggers, :actions) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the dataset was created.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1063 class DatasetSummary < Struct.new( :dataset_name, :status, :creation_time, :last_update_time, :triggers, :actions) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the dataset.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1063 class DatasetSummary < Struct.new( :dataset_name, :status, :creation_time, :last_update_time, :triggers, :actions) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last time the dataset was updated.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1063 class DatasetSummary < Struct.new( :dataset_name, :status, :creation_time, :last_update_time, :triggers, :actions) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the dataset.
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1063 class DatasetSummary < Struct.new( :dataset_name, :status, :creation_time, :last_update_time, :triggers, :actions) SENSITIVE = [] include Aws::Structure end |
#triggers ⇒ Array<Types::DatasetTrigger>
A list of triggers. A trigger causes dataset content to be populated
at a specified time interval or when another dataset is populated.
The list of triggers can be empty or contain up to five
DataSetTrigger
objects
1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1063 class DatasetSummary < Struct.new( :dataset_name, :status, :creation_time, :last_update_time, :triggers, :actions) SENSITIVE = [] include Aws::Structure end |