class Aws::SageMaker::Types::RetentionPolicy

The retention policy for data stored on an Amazon Elastic File System (EFS) volume.

@note When making an API call, you may pass RetentionPolicy

data as a hash:

    {
      home_efs_file_system: "Retain", # accepts Retain, Delete
    }

@!attribute [rw] home_efs_file_system

The default is `Retain`, which specifies to keep the data stored on
the EFS volume.

Specify `Delete` to delete the data stored on the EFS volume.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RetentionPolicy AWS API Documentation

Constants

SENSITIVE