Class: Aws::Types::AbortMultipartUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::AbortMultipartUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#if_match_initiated_time ⇒ ::Time
Returns the value of attribute if_match_initiated_time.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
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.
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.
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.
28 29 30 |
# File 'sig/types.rbs', line 28 def key @key end |
#request_payer ⇒ "requester"
Returns the value of attribute request_payer.
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.
29 30 31 |
# File 'sig/types.rbs', line 29 def upload_id @upload_id end |