class Aws::S3::BucketTagging

def load

Returns:
  • (self) -
def load
  resp = @client.get_bucket_tagging(bucket: @bucket_name)
  @data = resp.data
  self
end