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)


3253
3254
3255
3256
3257
3258
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3253

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

#start_timestampTime

The starting timestamp for the specified range.

Returns:

  • (Time)


3253
3254
3255
3256
3257
3258
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3253

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