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



120
121
122
# File 'lib/resources/aws/aws_s3_bucket.rb', line 120

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

#get_bucket_encryption(query) ⇒ Object



136
137
138
# File 'lib/resources/aws/aws_s3_bucket.rb', line 136

def get_bucket_encryption(query)
  aws_service_client.get_bucket_encryption(query)
end

#get_bucket_location(query) ⇒ Object



124
125
126
# File 'lib/resources/aws/aws_s3_bucket.rb', line 124

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

#get_bucket_logging(query) ⇒ Object



132
133
134
# File 'lib/resources/aws/aws_s3_bucket.rb', line 132

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

#get_bucket_policy(query) ⇒ Object



128
129
130
# File 'lib/resources/aws/aws_s3_bucket.rb', line 128

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