Class: Aws::Types::Conditions
- Inherits:
-
Object
- Object
- Aws::Types::Conditions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
-
#range ⇒ Types::Range
Returns the value of attribute range.
-
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
Instance Attribute Details
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
272 273 274 |
# File 'sig/types.rbs', line 272 def object_count @object_count end |
#range ⇒ Types::Range
Returns the value of attribute range.
271 272 273 |
# File 'sig/types.rbs', line 271 def range @range end |
#threshold ⇒ Types::Threshold
Returns the value of attribute threshold.
273 274 275 |
# File 'sig/types.rbs', line 273 def threshold @threshold end |