Class: Aws::Types::BucketCriteriaAdditionalProperties
- Inherits:
-
Object
- Object
- Aws::Types::BucketCriteriaAdditionalProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
-
#gt ⇒ ::Integer
Returns the value of attribute gt.
-
#gte ⇒ ::Integer
Returns the value of attribute gte.
-
#lt ⇒ ::Integer
Returns the value of attribute lt.
-
#lte ⇒ ::Integer
Returns the value of attribute lte.
-
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
188 189 190 |
# File 'sig/types.rbs', line 188 def eq @eq end |
#gt ⇒ ::Integer
Returns the value of attribute gt.
189 190 191 |
# File 'sig/types.rbs', line 189 def gt @gt end |
#gte ⇒ ::Integer
Returns the value of attribute gte.
190 191 192 |
# File 'sig/types.rbs', line 190 def gte @gte end |
#lt ⇒ ::Integer
Returns the value of attribute lt.
191 192 193 |
# File 'sig/types.rbs', line 191 def lt @lt end |
#lte ⇒ ::Integer
Returns the value of attribute lte.
192 193 194 |
# File 'sig/types.rbs', line 192 def lte @lte end |
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
193 194 195 |
# File 'sig/types.rbs', line 193 def neq @neq end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
194 195 196 |
# File 'sig/types.rbs', line 194 def prefix @prefix end |