Class: Aws::Glacier::Types::InitiateMultipartUploadOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::InitiateMultipartUploadOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
The Amazon S3 Glacier response to your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
-
#upload_id ⇒ String
The ID of the multipart upload.
Instance Attribute Details
#location ⇒ String
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-glacier/types.rb', line 1171 class InitiateMultipartUploadOutput < Struct.new( :location, :upload_id) SENSITIVE = [] include Aws::Structure end |
#upload_id ⇒ String
The ID of the multipart upload. This value is also included as part of the location.
1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-glacier/types.rb', line 1171 class InitiateMultipartUploadOutput < Struct.new( :location, :upload_id) SENSITIVE = [] include Aws::Structure end |