Class: AwsS3Buckets::Backend::AwsClientApi
- Inherits:
-
AwsBackendBase
- Object
- AwsBackendBase
- AwsS3Buckets::Backend::AwsClientApi
- Defined in:
- lib/resources/aws/aws_s3_buckets.rb
Instance Attribute Summary
Attributes inherited from AwsBackendBase
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_buckets ⇒ Object
44 45 46 |
# File 'lib/resources/aws/aws_s3_buckets.rb', line 44 def list_buckets aws_service_client.list_buckets end |