Class: Aws::IoTAnalytics::Types::DatasetContentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatasetContentSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
Summary information about dataset contents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Time
The time the dataset content status was updated to SUCCEEDED or FAILED.
-
#creation_time ⇒ Time
The actual time the creation of the dataset contents was started.
-
#schedule_time ⇒ Time
The time the creation of the dataset contents was scheduled to start.
-
#status ⇒ Types::DatasetContentStatus
The status of the dataset contents.
-
#version ⇒ String
The version of the dataset contents.
Instance Attribute Details
#completion_time ⇒ Time
The time the dataset content status was updated to SUCCEEDED or FAILED.
993 994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 993 class DatasetContentSummary < Struct.new( :version, :status, :creation_time, :schedule_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The actual time the creation of the dataset contents was started.
993 994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 993 class DatasetContentSummary < Struct.new( :version, :status, :creation_time, :schedule_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#schedule_time ⇒ Time
The time the creation of the dataset contents was scheduled to start.
993 994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 993 class DatasetContentSummary < Struct.new( :version, :status, :creation_time, :schedule_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::DatasetContentStatus
The status of the dataset contents.
993 994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 993 class DatasetContentSummary < Struct.new( :version, :status, :creation_time, :schedule_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the dataset contents.
993 994 995 996 997 998 999 1000 1001 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 993 class DatasetContentSummary < Struct.new( :version, :status, :creation_time, :schedule_time, :completion_time) SENSITIVE = [] include Aws::Structure end |