Class: Aws::SageMaker::Types::FSxLustreFileSystem

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

Overview

A custom file system in Amazon FSx for Lustre.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

Amazon FSx for Lustre file system ID.

Returns:

  • (String)


21468
21469
21470
21471
21472
# File 'lib/aws-sdk-sagemaker/types.rb', line 21468

class FSxLustreFileSystem < Struct.new(
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end