Class: Aws::WorkDocs::Types::LongRangeType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb

Overview

Filter based on size (in bytes).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_valueInteger

The size end range (in bytes).

Returns:

  • (Integer)


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

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

#start_valueInteger

The size start range (in bytes).

Returns:

  • (Integer)


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

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