Class: Aws::IoTSiteWise::Types::BatchAssociateDataSegmentsToDatasetResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_idString

The ID of the dataset.

Returns:

  • (String)


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_versionString

The version of the dataset after association.

Returns:

  • (String)


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_associationsArray<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