Class: Aws::Types::Lifecycle

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)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def delete_after_days
  @delete_after_days
end

#delete_after_event"DELETE_AFTER_COPY"

Returns the value of attribute delete_after_event.

Returns:

  • ("DELETE_AFTER_COPY")


1194
1195
1196
# File 'sig/types.rbs', line 1194

def delete_after_event
  @delete_after_event
end

#move_to_cold_storage_after_days::Integer

Returns the value of attribute move_to_cold_storage_after_days.

Returns:

  • (::Integer)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def move_to_cold_storage_after_days
  @move_to_cold_storage_after_days
end

#opt_in_to_archive_for_supported_resourcesBoolean

Returns the value of attribute opt_in_to_archive_for_supported_resources.

Returns:

  • (Boolean)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def opt_in_to_archive_for_supported_resources
  @opt_in_to_archive_for_supported_resources
end