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)


143
144
145
# File 'sig/types.rbs', line 143

def end_offset_millis
  @end_offset_millis
end

#start_offset_millis::Integer

Returns the value of attribute start_offset_millis.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def start_offset_millis
  @start_offset_millis
end