Class: Aws::IoTSiteWise::Types::DescribeDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeDatasetResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The [ARN][1] of the dataset.
-
#dataset_creation_date ⇒ Time
The dataset creation date, in Unix epoch time.
-
#dataset_description ⇒ String
A description about the dataset, and its functionality.
-
#dataset_id ⇒ String
The ID of the dataset.
-
#dataset_last_update_date ⇒ Time
The date the dataset was last updated, in Unix epoch time.
-
#dataset_name ⇒ String
The name of the dataset.
-
#dataset_source ⇒ Types::DatasetSource
The data source for the dataset.
-
#dataset_status ⇒ Types::DatasetStatus
The status of the dataset.
-
#dataset_version ⇒ String
The version of the dataset.
Instance Attribute Details
#dataset_arn ⇒ String
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}
.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_creation_date ⇒ Time
The dataset creation date, in Unix epoch time.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_description ⇒ String
A description about the dataset, and its functionality.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The ID of the dataset.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_last_update_date ⇒ Time
The date the dataset was last updated, in Unix epoch time.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the dataset.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_source ⇒ Types::DatasetSource
The data source for the dataset.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_status ⇒ Types::DatasetStatus
The status of the dataset. This contains the state and any error
messages. State is CREATING
after a successfull call to this API,
and any associated error message. The state is ACTIVE
when ready
to use.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |
#dataset_version ⇒ String
The version of the dataset.
5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5641 class DescribeDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_name, :dataset_description, :dataset_source, :dataset_status, :dataset_creation_date, :dataset_last_update_date, :dataset_version) SENSITIVE = [] include Aws::Structure end |