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)


644
645
646
# File 'sig/types.rbs', line 644

def is_latest
  @is_latest
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def key
  @key
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


645
646
647
# File 'sig/types.rbs', line 645

def last_modified
  @last_modified
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



641
642
643
# File 'sig/types.rbs', line 641

def owner
  @owner
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


643
644
645
# File 'sig/types.rbs', line 643

def version_id
  @version_id
end