Class: Aws::Types::ObjectVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#checksum_algorithm::Array[("CRC32" | "CRC32C" | "SHA1" | "SHA256" | "CRC64NVME" | "SHA512" | "MD5" | "XXHASH64" | "XXHASH3" | "XXHASH128")]

Returns the value of attribute checksum_algorithm.

Returns:



2140
2141
2142
# File 'sig/types.rbs', line 2140

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:



2141
2142
2143
# File 'sig/types.rbs', line 2141

def checksum_type
  @checksum_type
end

#etag::String

Returns the value of attribute etag.

Returns:



2139
2140
2141
# File 'sig/types.rbs', line 2139

def etag
  @etag
end

#is_latestBoolean

Returns the value of attribute is_latest.

Returns:



2146
2147
2148
# File 'sig/types.rbs', line 2146

def is_latest
  @is_latest
end

#key::String

Returns the value of attribute key.

Returns:



2144
2145
2146
# File 'sig/types.rbs', line 2144

def key
  @key
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:



2147
2148
2149
# File 'sig/types.rbs', line 2147

def last_modified
  @last_modified
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



2148
2149
2150
# File 'sig/types.rbs', line 2148

def owner
  @owner
end

#restore_statusTypes::RestoreStatus

Returns the value of attribute restore_status.

Returns:



2149
2150
2151
# File 'sig/types.rbs', line 2149

def restore_status
  @restore_status
end

#size::Integer

Returns the value of attribute size.

Returns:



2142
2143
2144
# File 'sig/types.rbs', line 2142

def size
  @size
end

#storage_class"STANDARD"

Returns the value of attribute storage_class.

Returns:



2143
2144
2145
# File 'sig/types.rbs', line 2143

def storage_class
  @storage_class
end

#version_id::String

Returns the value of attribute version_id.

Returns:



2145
2146
2147
# File 'sig/types.rbs', line 2145

def version_id
  @version_id
end