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}
.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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.
4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4941 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 |