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:

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


2044
2045
2046
# File 'sig/types.rbs', line 2044

def checksum_algorithm
  @checksum_algorithm
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


2045
2046
2047
# File 'sig/types.rbs', line 2045

def checksum_type
  @checksum_type
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def etag
  @etag
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def key
  @key
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


2042
2043
2044
# File 'sig/types.rbs', line 2042

def last_modified
  @last_modified
end

#ownerTypes::Owner

Returns the value of attribute owner.

Returns:



2048
2049
2050
# File 'sig/types.rbs', line 2048

def owner
  @owner
end

#restore_statusTypes::RestoreStatus

Returns the value of attribute restore_status.



2049
2050
2051
# File 'sig/types.rbs', line 2049

def restore_status
  @restore_status
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


2046
2047
2048
# File 'sig/types.rbs', line 2046

def size
  @size
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "GLACIER", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP")


2047
2048
2049
# File 'sig/types.rbs', line 2047

def storage_class
  @storage_class
end