Class: Aws::IoTSiteWise::Types::TrimSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::TrimSettings
- 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
-
#end_time ⇒ Types::TimeInNanos
<p>The end time for the trim range.
-
#start_time ⇒ Types::TimeInNanos
<p>The start time for the trim range.</p>.
Instance Attribute Details
#end_time ⇒ Types::TimeInNanos
<p>The end time for the trim range. Must be greater than startTime.</p>
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_time ⇒ Types::TimeInNanos
<p>The start time for the trim range.</p>
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 |