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)


3084
3085
3086
# File 'sig/types.rbs', line 3084

def bucket
  @bucket
end

#copy_source::String

Returns the value of attribute copy_source.

Returns:

  • (::String)


3085
3086
3087
# File 'sig/types.rbs', line 3085

def copy_source
  @copy_source
end

#copy_source_if_match::String

Returns the value of attribute copy_source_if_match.

Returns:

  • (::String)


3086
3087
3088
# File 'sig/types.rbs', line 3086

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)


3087
3088
3089
# File 'sig/types.rbs', line 3087

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)


3088
3089
3090
# File 'sig/types.rbs', line 3088

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)


3089
3090
3091
# File 'sig/types.rbs', line 3089

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)


3090
3091
3092
# File 'sig/types.rbs', line 3090

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)


3097
3098
3099
# File 'sig/types.rbs', line 3097

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)


3098
3099
3100
# File 'sig/types.rbs', line 3098

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)


3099
3100
3101
# File 'sig/types.rbs', line 3099

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)


3101
3102
3103
# File 'sig/types.rbs', line 3101

def expected_bucket_owner
  @expected_bucket_owner
end

#expected_source_bucket_owner::String

Returns the value of attribute expected_source_bucket_owner.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def expected_source_bucket_owner
  @expected_source_bucket_owner
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


3091
3092
3093
# File 'sig/types.rbs', line 3091

def key
  @key
end

#part_number::Integer

Returns the value of attribute part_number.

Returns:

  • (::Integer)


3092
3093
3094
# File 'sig/types.rbs', line 3092

def part_number
  @part_number
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:

  • ("requester")


3100
3101
3102
# File 'sig/types.rbs', line 3100

def request_payer
  @request_payer
end

#sse_customer_algorithm::String

Returns the value of attribute sse_customer_algorithm.

Returns:

  • (::String)


3094
3095
3096
# File 'sig/types.rbs', line 3094

def sse_customer_algorithm
  @sse_customer_algorithm
end

#sse_customer_key::String

Returns the value of attribute sse_customer_key.

Returns:

  • (::String)


3095
3096
3097
# File 'sig/types.rbs', line 3095

def sse_customer_key
  @sse_customer_key
end

#sse_customer_key_md5::String

Returns the value of attribute sse_customer_key_md5.

Returns:

  • (::String)


3096
3097
3098
# File 'sig/types.rbs', line 3096

def sse_customer_key_md5
  @sse_customer_key_md5
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:

  • (::String)


3093
3094
3095
# File 'sig/types.rbs', line 3093

def upload_id
  @upload_id
end