Class: Aws::ChimeSDKMediaPipelines::Types::TimestampRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::TimestampRange
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
The range of timestamps to return.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_timestamp ⇒ Time
The ending timestamp for the specified range.
-
#start_timestamp ⇒ Time
The starting timestamp for the specified range.
Instance Attribute Details
#end_timestamp ⇒ Time
The ending timestamp for the specified range.
3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3360 class TimestampRange < Struct.new( :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |
#start_timestamp ⇒ Time
The starting timestamp for the specified range.
3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3360 class TimestampRange < Struct.new( :start_timestamp, :end_timestamp) SENSITIVE = [] include Aws::Structure end |