Class: Aws::IoTAnalytics::Types::DatasetContentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DatasetContentSummary
- Defined in:
- gems/aws-sdk-iotanalytics/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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1450 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.
1450 1451 1452 1453 1454 1455 1456 1457 1458 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 1450 class DatasetContentSummary < Struct.new( :version, :status, :creation_time, :schedule_time, :completion_time) SENSITIVE = [] include Aws::Structure end |