Class: Aws::Types::FileSystemConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


805
806
807
# File 'sig/types.rbs', line 805

def arn
  @arn
end

#local_mount_path::String

Returns the value of attribute local_mount_path.

Returns:

  • (::String)


806
807
808
# File 'sig/types.rbs', line 806

def local_mount_path
  @local_mount_path
end

#s3_files_configTypes::S3FilesConfig

Returns the value of attribute s3_files_config.



807
808
809
# File 'sig/types.rbs', line 807

def s3_files_config
  @s3_files_config
end