Class: Aws::Types::UploadPartCopyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:sse_customer_key, :copy_source_sse_customer_key])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


3060
3061
3062
# File 'sig/types.rbs', line 3060

def bucket
  @bucket
end

#copy_source::String

Returns the value of attribute copy_source.

Returns:

  • (::String)


3061
3062
3063
# File 'sig/types.rbs', line 3061

def copy_source
  @copy_source
end

#copy_source_if_match::String

Returns the value of attribute copy_source_if_match.

Returns:

  • (::String)


3062
3063
3064
# File 'sig/types.rbs', line 3062

def copy_source_if_match
  @copy_source_if_match
end

#copy_source_if_modified_since::Time

Returns the value of attribute copy_source_if_modified_since.

Returns:

  • (::Time)


3063
3064
3065
# File 'sig/types.rbs', line 3063

def copy_source_if_modified_since
  @copy_source_if_modified_since
end

#copy_source_if_none_match::String

Returns the value of attribute copy_source_if_none_match.

Returns:

  • (::String)


3064
3065
3066
# File 'sig/types.rbs', line 3064

def copy_source_if_none_match
  @copy_source_if_none_match
end

#copy_source_if_unmodified_since::Time

Returns the value of attribute copy_source_if_unmodified_since.

Returns:

  • (::Time)


3065
3066
3067
# File 'sig/types.rbs', line 3065

def copy_source_if_unmodified_since
  @copy_source_if_unmodified_since
end

#copy_source_range::String

Returns the value of attribute copy_source_range.

Returns:

  • (::String)


3066
3067
3068
# File 'sig/types.rbs', line 3066

def copy_source_range
  @copy_source_range
end

#copy_source_sse_customer_algorithm::String

Returns the value of attribute copy_source_sse_customer_algorithm.

Returns:

  • (::String)


3073
3074
3075
# File 'sig/types.rbs', line 3073

def copy_source_sse_customer_algorithm
  @copy_source_sse_customer_algorithm
end

#copy_source_sse_customer_key::String

Returns the value of attribute copy_source_sse_customer_key.

Returns:

  • (::String)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def copy_source_sse_customer_key
  @copy_source_sse_customer_key
end

#copy_source_sse_customer_key_md5::String

Returns the value of attribute copy_source_sse_customer_key_md5.

Returns:

  • (::String)


3075
3076
3077
# File 'sig/types.rbs', line 3075

def copy_source_sse_customer_key_md5
  @copy_source_sse_customer_key_md5
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:

  • (::String)


3077
3078
3079
# File 'sig/types.rbs', line 3077

def expected_bucket_owner
  @expected_bucket_owner
end

#expected_source_bucket_owner::String

Returns the value of attribute expected_source_bucket_owner.

Returns:

  • (::String)


3078
3079
3080
# File 'sig/types.rbs', line 3078

def expected_source_bucket_owner
  @expected_source_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def key
  @key
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


3068
3069
3070
# File 'sig/types.rbs', line 3068

def part_number
  @part_number
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


3076
3077
3078
# File 'sig/types.rbs', line 3076

def request_payer
  @request_payer
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


3071
3072
3073
# File 'sig/types.rbs', line 3071

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


3072
3073
3074
# File 'sig/types.rbs', line 3072

def sse_customer_key_md5
  @sse_customer_key_md5
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


3069
3070
3071
# File 'sig/types.rbs', line 3069

def upload_id
  @upload_id
end