Class: Aws::Types::CustomFileSystem

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

Defined Under Namespace

Classes: EfsFileSystem, FSxLustreFileSystem, S3FileSystem, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#efs_file_systemTypes::EFSFileSystem

Returns the value of attribute efs_file_system.



3022
3023
3024
# File 'sig/types.rbs', line 3022

def efs_file_system
  @efs_file_system
end

#f_sx_lustre_file_systemTypes::FSxLustreFileSystem

Returns the value of attribute f_sx_lustre_file_system.



3023
3024
3025
# File 'sig/types.rbs', line 3023

def f_sx_lustre_file_system
  @f_sx_lustre_file_system
end

#s3_file_systemTypes::S3FileSystem

Returns the value of attribute s3_file_system.

Returns:



3024
3025
3026
# File 'sig/types.rbs', line 3024

def s3_file_system
  @s3_file_system
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3025
3026
3027
# File 'sig/types.rbs', line 3025

def unknown
  @unknown
end