Class: Aws::Types::GetObjectAnnotationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#annotation_payload::IO

Returns the value of attribute annotation_payload.

Returns:

  • (::IO)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def annotation_payload
  @annotation_payload
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


1112
1113
1114
# File 'sig/types.rbs', line 1112

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


1111
1112
1113
# File 'sig/types.rbs', line 1111

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


1116
1117
1118
# File 'sig/types.rbs', line 1116

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


1114
1115
1116
# File 'sig/types.rbs', line 1114

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def checksum_xxhash64
  @checksum_xxhash64
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:

  • (::Integer)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def content_length
  @content_length
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def last_modified
  @last_modified
end

#object_version_id::String

Returns the value of attribute object_version_id.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def object_version_id
  @object_version_id
end

#replication_status"COMPLETE", ...

Returns the value of attribute replication_status.

Returns:

  • ("COMPLETE", "PENDING", "FAILED", "REPLICA", "COMPLETED")


1119
1120
1121
# File 'sig/types.rbs', line 1119

def replication_status
  @replication_status
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1118
1119
1120
# File 'sig/types.rbs', line 1118

def request_charged
  @request_charged
end

#server_side_encryption"AES256", ...

Returns the value of attribute server_side_encryption.

Returns:

  • ("AES256", "aws:fsx", "aws:kms", "aws:kms:dsse")


1117
1118
1119
# File 'sig/types.rbs', line 1117

def server_side_encryption
  @server_side_encryption
end