Class: Aws::WorkDocs::Types::LongRangeType
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::LongRangeType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Filter based on size (in bytes).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_value ⇒ Integer
The size end range (in bytes).
-
#start_value ⇒ Integer
The size start range (in bytes).
Instance Attribute Details
#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 |
#start_value ⇒ Integer
The size start 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 |