Method: Aws::WorkDocs::Types::LongRangeType#end_value

Defined in:
lib/aws-sdk-workdocs/types.rb

#end_valueInteger

The size end range (in bytes).

Returns:

  • (Integer)


2196
2197
2198
2199
2200
2201
# File 'lib/aws-sdk-workdocs/types.rb', line 2196

class LongRangeType < Struct.new(
  :start_value,
  :end_value)
  SENSITIVE = []
  include Aws::Structure
end