Class: Aws::Types::MatchObjectSize

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_greater_than::Integer

Returns the value of attribute bytes_greater_than.

Returns:

  • (::Integer)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def bytes_greater_than
  @bytes_greater_than
end

#bytes_less_than::Integer

Returns the value of attribute bytes_less_than.

Returns:

  • (::Integer)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def bytes_less_than
  @bytes_less_than
end