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)


6042
6043
6044
# File 'sig/types.rbs', line 6042

def directory_path
  @directory_path
end

#file_system_access_mode"rw", "ro"

Returns the value of attribute file_system_access_mode.

Returns:

  • ("rw", "ro")


6040
6041
6042
# File 'sig/types.rbs', line 6040

def file_system_access_mode
  @file_system_access_mode
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


6039
6040
6041
# File 'sig/types.rbs', line 6039

def file_system_id
  @file_system_id
end

#file_system_type"EFS", "FSxLustre"

Returns the value of attribute file_system_type.

Returns:

  • ("EFS", "FSxLustre")


6041
6042
6043
# File 'sig/types.rbs', line 6041

def file_system_type
  @file_system_type
end