Class: Aws::IoTSiteWise::Types::DisassociateDataSegmentEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DisassociateDataSegmentEntry
- 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
-
#end_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision end time of the data segment to disassociate.
-
#source_dataset_id ⇒ String
The ID of the source dataset that contains the data segment.
-
#start_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision start time of the data segment to disassociate.
-
#time_series_id ⇒ String
The ID of the time series.
Instance Attribute Details
#end_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision end time of the data segment to disassociate.
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_id ⇒ String
The ID of the source dataset that contains the data segment.
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_timestamp ⇒ Types::TimeInNanos
The nanosecond-precision start time of the data segment to disassociate.
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_id ⇒ String
The ID of the time series.
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 |