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)


1083
1084
1085
# File 'sig/types.rbs', line 1083

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)


1084
1085
1086
# File 'sig/types.rbs', line 1084

def object_size_less_than
  @object_size_less_than
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1081
1082
1083
# File 'sig/types.rbs', line 1081

def prefix
  @prefix
end

#tags::Array[Types::S3Tag]

Returns the value of attribute tags.

Returns:



1082
1083
1084
# File 'sig/types.rbs', line 1082

def tags
  @tags
end