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:

  • (::String)


2070
2071
2072
# File 'sig/types.rbs', line 2070

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def key
  @key
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


2071
2072
2073
# File 'sig/types.rbs', line 2071

def last_modified_time
  @last_modified_time
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2072
2073
2074
# File 'sig/types.rbs', line 2072

def size
  @size
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def version_id
  @version_id
end