Class: Aws::Types::ClipRange

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_offset_millis::Integer

Returns the value of attribute end_offset_millis.

Returns:

  • (::Integer)


156
157
158
# File 'sig/types.rbs', line 156

def end_offset_millis
  @end_offset_millis
end

#start_offset_millis::Integer

Returns the value of attribute start_offset_millis.

Returns:

  • (::Integer)


157
158
159
# File 'sig/types.rbs', line 157

def start_offset_millis
  @start_offset_millis
end