Class: Aws::IoTSiteWise::Types::DisassociateDataSegmentEntry

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

Overview

Contains information about a data segment entry to disassociate from a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestampTypes::TimeInNanos

The nanosecond-precision end time of the data segment to disassociate.

Returns:



8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8450

class DisassociateDataSegmentEntry < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#source_dataset_idString

The ID of the source dataset that contains the data segment.

Returns:

  • (String)


8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8450

class DisassociateDataSegmentEntry < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#start_timestampTypes::TimeInNanos

The nanosecond-precision start time of the data segment to disassociate.

Returns:



8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8450

class DisassociateDataSegmentEntry < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#time_series_idString

The ID of the time series.

Returns:

  • (String)


8450
8451
8452
8453
8454
8455
8456
8457
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8450

class DisassociateDataSegmentEntry < Struct.new(
  :source_dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp)
  SENSITIVE = []
  include Aws::Structure
end