Class: Aws::Types::CopyObjectOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ssekms_key_id, :ssekms_encryption_context])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_key_enabledBoolean

Returns the value of attribute bucket_key_enabled.

Returns:

  • (Boolean)


321
322
323
# File 'sig/types.rbs', line 321

def bucket_key_enabled
  @bucket_key_enabled
end

#copy_object_resultTypes::CopyObjectResult

Returns the value of attribute copy_object_result.



312
313
314
# File 'sig/types.rbs', line 312

def copy_object_result
  @copy_object_result
end

#copy_source_version_id::String

Returns the value of attribute copy_source_version_id.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def copy_source_version_id
  @copy_source_version_id
end

#expiration::String

Returns the value of attribute expiration.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def expiration
  @expiration
end

#request_charged"requester"

Returns the value of attribute request_charged.

Returns:

  • ("requester")


322
323
324
# File 'sig/types.rbs', line 322

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")


316
317
318
# File 'sig/types.rbs', line 316

def server_side_encryption
  @server_side_encryption
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def sse_customer_key_md5
  @sse_customer_key_md5
end

#ssekms_encryption_context::String

Returns the value of attribute ssekms_encryption_context.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def ssekms_encryption_context
  @ssekms_encryption_context
end

#ssekms_key_id::String

Returns the value of attribute ssekms_key_id.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def ssekms_key_id
  @ssekms_key_id
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def version_id
  @version_id
end