Class: Aws::Types::LifecycleExpiration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


1599
1600
1601
# File 'sig/types.rbs', line 1599

def date
  @date
end

#days::Integer

Returns the value of attribute days.

Returns:

  • (::Integer)


1600
1601
1602
# File 'sig/types.rbs', line 1600

def days
  @days
end

#expired_object_delete_markerBoolean

Returns the value of attribute expired_object_delete_marker.

Returns:

  • (Boolean)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def expired_object_delete_marker
  @expired_object_delete_marker
end