Class: AwsS3Buckets::Backend::AwsClientApi

Inherits:
AwsBackendBase show all
Defined in:
lib/resources/aws/aws_s3_buckets.rb

Instance Attribute Summary

Attributes inherited from AwsBackendBase

#aws_transport

Instance Method Summary collapse

Methods inherited from AwsBackendBase

#aws_service_client, #initialize

Constructor Details

This class inherits a constructor from AwsBackendBase

Instance Method Details

#list_bucketsObject



47
48
49
# File 'lib/resources/aws/aws_s3_buckets.rb', line 47

def list_buckets
  aws_service_client.list_buckets
end