Class: Aws::IoTSiteWise::Types::DatasetSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

The summary details for the dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the dataset. The format is arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.

Returns:

  • (String)


4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4126

class DatasetSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_date,
  :last_update_date,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The dataset creation date, in Unix epoch time.

Returns:

  • (Time)


4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4126

class DatasetSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_date,
  :last_update_date,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description about the dataset, and its functionality.

Returns:

  • (String)


4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4126

class DatasetSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_date,
  :last_update_date,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the dataset.

Returns:

  • (String)


4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4126

class DatasetSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_date,
  :last_update_date,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_dateTime

The date the dataset was last updated, in Unix epoch time.

Returns:

  • (Time)


4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4126

class DatasetSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_date,
  :last_update_date,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the dataset.

Returns:

  • (String)


4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4126

class DatasetSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_date,
  :last_update_date,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::DatasetStatus

The status of the dataset. This contains the state and any error messages. The state is ACTIVE when ready to use.



4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4126

class DatasetSummary < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :creation_date,
  :last_update_date,
  :status)
  SENSITIVE = []
  include Aws::Structure
end