Class: Aws::IoTSiteWise::Types::DatasetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DatasetSummary
- 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
-
#arn ⇒ String
The [ARN][1] of the dataset.
-
#creation_date ⇒ Time
The dataset creation date, in Unix epoch time.
-
#description ⇒ String
A description about the dataset, and its functionality.
-
#id ⇒ String
The ID of the dataset.
-
#last_update_date ⇒ Time
The date the dataset was last updated, in Unix epoch time.
-
#name ⇒ String
The name of the dataset.
-
#status ⇒ Types::DatasetStatus
The status of the dataset.
Instance Attribute Details
#arn ⇒ String
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}
.
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_date ⇒ Time
The dataset creation date, in Unix epoch 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 |
#description ⇒ String
A description about the dataset, and its functionality.
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 |
#id ⇒ String
The ID of the dataset.
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_date ⇒ Time
The date the dataset was last updated, in Unix epoch 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 |
#name ⇒ String
The name of the dataset.
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 |
#status ⇒ Types::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 |