Class: Aws::Types::LifecycleRuleAndOperator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#object_size_greater_than::Integer

Returns the value of attribute object_size_greater_than.

Returns:

  • (::Integer)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def object_size_greater_than
  @object_size_greater_than
end

#object_size_less_than::Integer

Returns the value of attribute object_size_less_than.

Returns:

  • (::Integer)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def object_size_less_than
  @object_size_less_than
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1638
1639
1640
# File 'sig/types.rbs', line 1638

def prefix
  @prefix
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1639
1640
1641
# File 'sig/types.rbs', line 1639

def tags
  @tags
end