Class: Aws::Types::DeleteMarkerEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_latestBoolean

Returns the value of attribute is_latest.

Returns:

  • (Boolean)


637
638
639
# File 'sig/types.rbs', line 637

def is_latest
  @is_latest
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


635
636
637
# File 'sig/types.rbs', line 635

def key
  @key
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


638
639
640
# File 'sig/types.rbs', line 638

def last_modified
  @last_modified
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



634
635
636
# File 'sig/types.rbs', line 634

def owner
  @owner
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def version_id
  @version_id
end