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)


3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3692

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)


3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3692

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)


3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3692

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)


3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3692

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)


3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3692

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)


3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3692

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.



3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3692

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