Class: Aws::IoTSiteWise::Types::BatchAssociateDataSegmentsToDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchAssociateDataSegmentsToDatasetResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
The ID of the dataset.
-
#dataset_version ⇒ String
The version of the dataset after association.
-
#failed_associations ⇒ Array<Types::FailedDataSegmentAssociation>
A list of data segment associations that failed.
Instance Attribute Details
#dataset_id ⇒ String
The ID of the dataset.
1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1763 class BatchAssociateDataSegmentsToDatasetResponse < Struct.new( :dataset_id, :dataset_version, :failed_associations) SENSITIVE = [] include Aws::Structure end |
#dataset_version ⇒ String
The version of the dataset after association.
1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1763 class BatchAssociateDataSegmentsToDatasetResponse < Struct.new( :dataset_id, :dataset_version, :failed_associations) SENSITIVE = [] include Aws::Structure end |
#failed_associations ⇒ Array<Types::FailedDataSegmentAssociation>
A list of data segment associations that failed.
1763 1764 1765 1766 1767 1768 1769 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1763 class BatchAssociateDataSegmentsToDatasetResponse < Struct.new( :dataset_id, :dataset_version, :failed_associations) SENSITIVE = [] include Aws::Structure end |