Class: Aws::Types::LifecyclePolicyRuleAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#target_storage_class"ARCHIVE"

Returns the value of attribute target_storage_class.

Returns:

  • ("ARCHIVE")


819
820
821
# File 'sig/types.rbs', line 819

def target_storage_class
  @target_storage_class
end

#type"EXPIRE", "TRANSITION"

Returns the value of attribute type.

Returns:

  • ("EXPIRE", "TRANSITION")


818
819
820
# File 'sig/types.rbs', line 818

def type
  @type
end