Class: Aws::Types::ObjectIdentifier

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns the value of attribute etag.

Returns:



2089
2090
2091
# File 'sig/types.rbs', line 2089

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:



2087
2088
2089
# File 'sig/types.rbs', line 2087

def key
  @key
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:



2090
2091
2092
# File 'sig/types.rbs', line 2090

def last_modified_time
  @last_modified_time
end

#size::Integer

Returns the value of attribute size.

Returns:



2091
2092
2093
# File 'sig/types.rbs', line 2091

def size
  @size
end

#version_id::String

Returns the value of attribute version_id.

Returns:



2088
2089
2090
# File 'sig/types.rbs', line 2088

def version_id
  @version_id
end