Class: Aws::Types::AbortMultipartUploadInput
- Inherits:
-
Object
- Object
- Aws::Types::AbortMultipartUploadInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
-
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def account_id @account_id end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
14 15 16 |
# File 'sig/types.rbs', line 14 def upload_id @upload_id end |
#vault_name ⇒ ::String
Returns the value of attribute vault_name.
13 14 15 |
# File 'sig/types.rbs', line 13 def vault_name @vault_name end |