Method: Aws::WorkDocs::Types::LongRangeType#end_value
- Defined in:
- lib/aws-sdk-workdocs/types.rb
#end_value ⇒ Integer
The size end range (in bytes).
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 |