Class: Aws::ChimeSDKMediaPipelines::Types::TimestampRange

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_timestampTime

The ending timestamp for the specified range.

Returns:

  • (Time)


3207
3208
3209
3210
3211
3212
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3207

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

#start_timestampTime

The starting timestamp for the specified range.

Returns:

  • (Time)


3207
3208
3209
3210
3211
3212
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3207

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