Class: AWS::S3::Bucket::Response

Inherits:
AWS::S3::Base::Response show all
Defined in:
lib/aws/s3/response.rb

Instance Attribute Summary

Attributes inherited from AWS::S3::Base::Response

#body, #parsed, #response

Instance Method Summary collapse

Methods inherited from AWS::S3::Base::Response

#[], #code, #each, #error, #error?, #headers, #initialize, #inspect

Methods inherited from String

#previous, #previous!, #remove_extended, #remove_extended!, #tap, #to_header, #underscore, #valid_utf8?

Constructor Details

This class inherits a constructor from AWS::S3::Base::Response

Instance Method Details

#bucketObject



67
68
69
# File 'lib/aws/s3/response.rb', line 67

def bucket
  parsed
end