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)


1621
1622
1623
# File 'sig/types.rbs', line 1621

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)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def object_size_less_than
  @object_size_less_than
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def prefix
  @prefix
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1620
1621
1622
# File 'sig/types.rbs', line 1620

def tags
  @tags
end