Class: Aws::IoTSiteWise::Types::TrimSettings

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

Overview

<p>Contains settings for trimming content to a specific time range.</p>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTypes::TimeInNanos

<p>The end time for the trim range. Must be greater than startTime.</p>

Returns:



14146
14147
14148
14149
14150
14151
# File 'lib/aws-sdk-iotsitewise/types.rb', line 14146

class TrimSettings < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTypes::TimeInNanos

<p>The start time for the trim range.</p>

Returns:



14146
14147
14148
14149
14150
14151
# File 'lib/aws-sdk-iotsitewise/types.rb', line 14146

class TrimSettings < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end