Class: Aws::Types::BucketCriteriaAdditionalProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#eq::Array[::String]

Returns the value of attribute eq.

Returns:

  • (::Array[::String])


188
189
190
# File 'sig/types.rbs', line 188

def eq
  @eq
end

#gt::Integer

Returns the value of attribute gt.

Returns:

  • (::Integer)


189
190
191
# File 'sig/types.rbs', line 189

def gt
  @gt
end

#gte::Integer

Returns the value of attribute gte.

Returns:

  • (::Integer)


190
191
192
# File 'sig/types.rbs', line 190

def gte
  @gte
end

#lt::Integer

Returns the value of attribute lt.

Returns:

  • (::Integer)


191
192
193
# File 'sig/types.rbs', line 191

def lt
  @lt
end

#lte::Integer

Returns the value of attribute lte.

Returns:

  • (::Integer)


192
193
194
# File 'sig/types.rbs', line 192

def lte
  @lte
end

#neq::Array[::String]

Returns the value of attribute neq.

Returns:

  • (::Array[::String])


193
194
195
# File 'sig/types.rbs', line 193

def neq
  @neq
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def prefix
  @prefix
end