Class: Aws::Types::Object

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:



2063
2064
2065
# File 'sig/types.rbs', line 2063

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:



2064
2065
2066
# File 'sig/types.rbs', line 2064

def checksum_type
  @checksum_type
end

#etag::String

Returns the value of attribute etag.

Returns:



2062
2063
2064
# File 'sig/types.rbs', line 2062

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:



2060
2061
2062
# File 'sig/types.rbs', line 2060

def key
  @key
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:



2061
2062
2063
# File 'sig/types.rbs', line 2061

def last_modified
  @last_modified
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



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

def owner
  @owner
end

#restore_statusTypes::RestoreStatus

Returns the value of attribute restore_status.

Returns:



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

def restore_status
  @restore_status
end

#size::Integer

Returns the value of attribute size.

Returns:



2065
2066
2067
# File 'sig/types.rbs', line 2065

def size
  @size
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:



2066
2067
2068
# File 'sig/types.rbs', line 2066

def storage_class
  @storage_class
end