Class: Aws::LookoutEquipment::Types::DatasetSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DatasetSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Contains information about the specific data set, including name, ARN, and status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The time at which the dataset was created in Amazon Lookout for Equipment.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the specified dataset.
-
#dataset_name ⇒ String
The name of the dataset.
-
#status ⇒ String
Indicates the status of the dataset.
Instance Attribute Details
#created_at ⇒ Time
The time at which the dataset was created in Amazon Lookout for Equipment.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 777 class DatasetSummary < Struct.new( :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the specified dataset.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 777 class DatasetSummary < Struct.new( :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#dataset_name ⇒ String
The name of the dataset.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 777 class DatasetSummary < Struct.new( :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates the status of the dataset.
777 778 779 780 781 782 783 784 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 777 class DatasetSummary < Struct.new( :dataset_name, :dataset_arn, :status, :created_at) SENSITIVE = [] include Aws::Structure end |