Class: Aws::Types::UploadPartRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sse_customer_key])

Instance Attribute Summary collapse

Instance Attribute Details

#body::IO

Returns the value of attribute body.

Returns:

  • (::IO)


3128
3129
3130
# File 'sig/types.rbs', line 3128

def body
  @body
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


3129
3130
3131
# File 'sig/types.rbs', line 3129

def bucket
  @bucket
end

#checksum_algorithm"CRC32", ...

Returns the value of attribute checksum_algorithm.

Returns:

  • ("CRC32", "CRC32C", "SHA1", "SHA256", "CRC64NVME", "SHA512", "MD5", "XXHASH64", "XXHASH3", "XXHASH128")


3132
3133
3134
# File 'sig/types.rbs', line 3132

def checksum_algorithm
  @checksum_algorithm
end

#checksum_crc32::String

Returns the value of attribute checksum_crc32.

Returns:

  • (::String)


3133
3134
3135
# File 'sig/types.rbs', line 3133

def checksum_crc32
  @checksum_crc32
end

#checksum_crc32c::String

Returns the value of attribute checksum_crc32c.

Returns:

  • (::String)


3134
3135
3136
# File 'sig/types.rbs', line 3134

def checksum_crc32c
  @checksum_crc32c
end

#checksum_crc64nvme::String

Returns the value of attribute checksum_crc64nvme.

Returns:

  • (::String)


3135
3136
3137
# File 'sig/types.rbs', line 3135

def checksum_crc64nvme
  @checksum_crc64nvme
end

#checksum_md5::String

Returns the value of attribute checksum_md5.

Returns:

  • (::String)


3139
3140
3141
# File 'sig/types.rbs', line 3139

def checksum_md5
  @checksum_md5
end

#checksum_sha1::String

Returns the value of attribute checksum_sha1.

Returns:

  • (::String)


3136
3137
3138
# File 'sig/types.rbs', line 3136

def checksum_sha1
  @checksum_sha1
end

#checksum_sha256::String

Returns the value of attribute checksum_sha256.

Returns:

  • (::String)


3137
3138
3139
# File 'sig/types.rbs', line 3137

def checksum_sha256
  @checksum_sha256
end

#checksum_sha512::String

Returns the value of attribute checksum_sha512.

Returns:

  • (::String)


3138
3139
3140
# File 'sig/types.rbs', line 3138

def checksum_sha512
  @checksum_sha512
end

#checksum_xxhash128::String

Returns the value of attribute checksum_xxhash128.

Returns:

  • (::String)


3142
3143
3144
# File 'sig/types.rbs', line 3142

def checksum_xxhash128
  @checksum_xxhash128
end

#checksum_xxhash3::String

Returns the value of attribute checksum_xxhash3.

Returns:

  • (::String)


3141
3142
3143
# File 'sig/types.rbs', line 3141

def checksum_xxhash3
  @checksum_xxhash3
end

#checksum_xxhash64::String

Returns the value of attribute checksum_xxhash64.

Returns:

  • (::String)


3140
3141
3142
# File 'sig/types.rbs', line 3140

def checksum_xxhash64
  @checksum_xxhash64
end

#content_length::Integer

Returns the value of attribute content_length.

Returns:

  • (::Integer)


3130
3131
3132
# File 'sig/types.rbs', line 3130

def content_length
  @content_length
end

#content_md5::String

Returns the value of attribute content_md5.

Returns:

  • (::String)


3131
3132
3133
# File 'sig/types.rbs', line 3131

def content_md5
  @content_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


3150
3151
3152
# File 'sig/types.rbs', line 3150

def expected_bucket_owner
  @expected_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


3143
3144
3145
# File 'sig/types.rbs', line 3143

def key
  @key
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def part_number
  @part_number
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


3149
3150
3151
# File 'sig/types.rbs', line 3149

def request_payer
  @request_payer
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


3146
3147
3148
# File 'sig/types.rbs', line 3146

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


3147
3148
3149
# File 'sig/types.rbs', line 3147

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


3148
3149
3150
# File 'sig/types.rbs', line 3148

def sse_customer_key_md5
  @sse_customer_key_md5
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def upload_id
  @upload_id
end