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)


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

def annotation_payload
  @annotation_payload
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


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

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


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

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


1121
1122
1123
# File 'sig/types.rbs', line 1121

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


1122
1123
1124
# File 'sig/types.rbs', line 1122

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def checksum_sha512
  @checksum_sha512
end

#checksum_type"COMPOSITE", "FULL_OBJECT"

Returns the value of attribute checksum_type.

Returns:

  • ("COMPOSITE", "FULL_OBJECT")


1129
1130
1131
# File 'sig/types.rbs', line 1129

def checksum_type
  @checksum_type
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


1126
1127
1128
# File 'sig/types.rbs', line 1126

def checksum_xxhash64
  @checksum_xxhash64
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:

  • (::Integer)


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

def content_length
  @content_length
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


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

def etag
  @etag
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


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

def last_modified
  @last_modified
end

#object_version_id::String

Returns the value of attribute object_version_id.

Returns:

  • (::String)


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

def object_version_id
  @object_version_id
end

#replication_status"COMPLETE", ...

Returns the value of attribute replication_status.

Returns:

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


1132
1133
1134
# File 'sig/types.rbs', line 1132

def replication_status
  @replication_status
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


1131
1132
1133
# File 'sig/types.rbs', line 1131

def request_charged
  @request_charged
end

#server_side_encryption"AES256", ...

Returns the value of attribute server_side_encryption.

Returns:

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


1130
1131
1132
# File 'sig/types.rbs', line 1130

def server_side_encryption
  @server_side_encryption
end