Class: Aws::IoTAnalytics::Types::DatasetContentSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completion_timeTime

The time the dataset content status was updated to SUCCEEDED or FAILED.

Returns:

  • (Time)


993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-iotanalytics/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_timeTime

The actual time the creation of the dataset contents was started.

Returns:

  • (Time)


993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-iotanalytics/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_timeTime

The time the creation of the dataset contents was scheduled to start.

Returns:

  • (Time)


993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-iotanalytics/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

#statusTypes::DatasetContentStatus

The status of the dataset contents.



993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-iotanalytics/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

#versionString

The version of the dataset contents.

Returns:

  • (String)


993
994
995
996
997
998
999
1000
1001
# File 'gems/aws-sdk-iotanalytics/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