Class: AwsS3Bucket::Backend::AwsClientApi

Inherits:
AwsBackendBase show all
Defined in:
lib/resources/aws/aws_s3_bucket.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

#get_bucket_acl(query) ⇒ Object



98
99
100
# File 'lib/resources/aws/aws_s3_bucket.rb', line 98

def get_bucket_acl(query)
  aws_service_client.get_bucket_acl(query)
end

#get_bucket_location(query) ⇒ Object



102
103
104
# File 'lib/resources/aws/aws_s3_bucket.rb', line 102

def get_bucket_location(query)
  aws_service_client.get_bucket_location(query)
end

#get_bucket_logging(query) ⇒ Object



110
111
112
# File 'lib/resources/aws/aws_s3_bucket.rb', line 110

def get_bucket_logging(query)
  aws_service_client.get_bucket_logging(query)
end

#get_bucket_policy(query) ⇒ Object



106
107
108
# File 'lib/resources/aws/aws_s3_bucket.rb', line 106

def get_bucket_policy(query)
  aws_service_client.get_bucket_policy(query)
end