Class: Aws::SageMaker::Types::RetentionPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RetentionPolicy
- 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
-
#home_efs_file_system ⇒ String
The home Amazon Elastic File System (EFS).
Instance Attribute Details
#home_efs_file_system ⇒ String
The home Amazon Elastic File System (EFS).
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 |