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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Note:

When making an API call, you may pass RetentionPolicy data as a hash:

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

The retention policy.

Instance Attribute Summary collapse

Instance Attribute Details

#home_efs_file_systemString

The home Amazon Elastic File System (EFS).

Returns:

  • (String)


16895
16896
16897
16898
# File 'lib/aws-sdk-sagemaker/types.rb', line 16895

class RetentionPolicy < Struct.new(
  :home_efs_file_system)
  include Aws::Structure
end