You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::RetentionPolicy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RetentionPolicy as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#home_efs_file_systemString

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.

Possible values:

  • Retain
  • Delete

Returns:

  • (String)

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