Class: Aws::Types::AbortMultipartUploadRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:



27
28
29
# File 'sig/types.rbs', line 27

def bucket
  @bucket
end

#expected_bucket_owner::String

Returns the value of attribute expected_bucket_owner.

Returns:



31
32
33
# File 'sig/types.rbs', line 31

def expected_bucket_owner
  @expected_bucket_owner
end

#if_match_initiated_time::Time

Returns the value of attribute if_match_initiated_time.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def if_match_initiated_time
  @if_match_initiated_time
end

#key::String

Returns the value of attribute key.

Returns:



28
29
30
# File 'sig/types.rbs', line 28

def key
  @key
end

#request_payer"requester"

Returns the value of attribute request_payer.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def request_payer
  @request_payer
end

#upload_id::String

Returns the value of attribute upload_id.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def upload_id
  @upload_id
end