Class: Aws::Types::AwsBackupBackupPlanLifecycleDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_after_days::Integer

Returns the value of attribute delete_after_days.

Returns:

  • (::Integer)


712
713
714
# File 'sig/types.rbs', line 712

def delete_after_days
  @delete_after_days
end

#move_to_cold_storage_after_days::Integer

Returns the value of attribute move_to_cold_storage_after_days.

Returns:

  • (::Integer)


713
714
715
# File 'sig/types.rbs', line 713

def move_to_cold_storage_after_days
  @move_to_cold_storage_after_days
end