class Aws::S3::BucketLifecycleConfiguration

def delete(options = {})

Returns:
  • (EmptyStructure) -

Options Hash: (**options)
  • :expected_bucket_owner (String) --

Parameters:
  • options (Hash) -- ({})

Other tags:
    Example: Request syntax with placeholder values -
def delete(options = {})
  options = options.merge(bucket: @bucket_name)
  resp = @client.delete_bucket_lifecycle(options)
  resp.data
end