Method: AWS::S3::BucketVersionCollection#bucket

Defined in:
lib/aws/s3/bucket_version_collection.rb

#bucketBucket (readonly)

Returns The bucket this collection belongs to.

Returns:

  • (Bucket)

    The bucket this collection belongs to.



31
32
33
# File 'lib/aws/s3/bucket_version_collection.rb', line 31

def bucket
  @bucket
end