Class: Aws::Types::InitiateMultipartUploadOutput
- Inherits:
-
Object
- Object
- Aws::Types::InitiateMultipartUploadOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
278 279 280 |
# File 'sig/types.rbs', line 278 def location @location end |
#upload_id ⇒ ::String
Returns the value of attribute upload_id.
279 280 281 |
# File 'sig/types.rbs', line 279 def upload_id @upload_id end |