Class: AWS::S3::MultipartUploadCollection
- Inherits:
-
Object
- Object
- AWS::S3::MultipartUploadCollection
- Includes:
- Enumerable
- Defined in:
- lib/aws/s3/multipart_upload_collection.rb
Overview
Represents the uploads in progress for a bucket.
Instance Attribute Summary collapse
-
#bucket ⇒ Bucket
readonly
The bucket in which the uploads are taking place.
Attributes included from PrefixedCollection
Method Summary
Methods included from PrefixedCollection
Instance Attribute Details
#bucket ⇒ Bucket (readonly)
Returns The bucket in which the uploads are taking place.
38 39 40 |
# File 'lib/aws/s3/multipart_upload_collection.rb', line 38 def bucket @bucket end |