Class: Aws::IoTSiteWise::Types::BatchDeleteDatasetDataSegmentsResponse

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)


1849
1850
1851
1852
1853
1854
1855
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1849

class BatchDeleteDatasetDataSegmentsResponse < Struct.new(
  :dataset_id,
  :dataset_version,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_versionString

The version of the dataset after deletion.

Returns:

  • (String)


1849
1850
1851
1852
1853
1854
1855
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1849

class BatchDeleteDatasetDataSegmentsResponse < Struct.new(
  :dataset_id,
  :dataset_version,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::FailedDataSegmentDeletion>

A list of data segment deletions that failed.



1849
1850
1851
1852
1853
1854
1855
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1849

class BatchDeleteDatasetDataSegmentsResponse < Struct.new(
  :dataset_id,
  :dataset_version,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end