Class: Aws::Types::FileSystemDataSource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_path::String

Returns the value of attribute directory_path.

Returns:

  • (::String)


6023
6024
6025
# File 'sig/types.rbs', line 6023

def directory_path
  @directory_path
end

#file_system_access_mode"rw", "ro"

Returns the value of attribute file_system_access_mode.

Returns:

  • ("rw", "ro")


6021
6022
6023
# File 'sig/types.rbs', line 6021

def file_system_access_mode
  @file_system_access_mode
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


6020
6021
6022
# File 'sig/types.rbs', line 6020

def file_system_id
  @file_system_id
end

#file_system_type"EFS", "FSxLustre"

Returns the value of attribute file_system_type.

Returns:

  • ("EFS", "FSxLustre")


6022
6023
6024
# File 'sig/types.rbs', line 6022

def file_system_type
  @file_system_type
end