Method: Aws::Lightsail::Client#get_buckets
- Defined in:
- lib/aws-sdk-lightsail/client.rb
#get_buckets(params = {}) ⇒ Types::GetBucketsResult
Returns information about one or more Amazon Lightsail buckets. The information returned includes the synchronization status of the Amazon Simple Storage Service (Amazon S3) account-level block public access feature for your Lightsail buckets.
For more information about buckets, see [Buckets in Amazon Lightsail] in the *Amazon Lightsail Developer Guide*.
[1]: lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail
5936 5937 5938 5939 |
# File 'lib/aws-sdk-lightsail/client.rb', line 5936 def get_buckets(params = {}, = {}) req = build_request(:get_buckets, params) req.send_request() end |