class Aws::S3::BucketLifecycleConfiguration

def load

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