Class: Aws::Types::LifecycleExpiration

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#date::Time

Returns the value of attribute date.



1062
1063
1064
# File 'sig/types.rbs', line 1062

def date
  @date
end

#days::Integer

Returns the value of attribute days.



1063
1064
1065
# File 'sig/types.rbs', line 1063

def days
  @days
end

#expired_object_delete_markerBoolean

Returns the value of attribute expired_object_delete_marker.



1064
1065
1066
# File 'sig/types.rbs', line 1064

def expired_object_delete_marker
  @expired_object_delete_marker
end