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.



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

def efs_file_system
  @efs_file_system
end

#f_sx_lustre_file_systemTypes::FSxLustreFileSystem

Returns the value of attribute f_sx_lustre_file_system.



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

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:



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

def s3_file_system
  @s3_file_system
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3027
3028
3029
# File 'sig/types.rbs', line 3027

def unknown
  @unknown
end