Class: Aws::Types::FileCacheDataRepositoryAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_repository_path::String

Returns the value of attribute data_repository_path.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def data_repository_path
  @data_repository_path
end

#data_repository_subdirectories::Array[::String]

Returns the value of attribute data_repository_subdirectories.

Returns:

  • (::Array[::String])


1017
1018
1019
# File 'sig/types.rbs', line 1017

def data_repository_subdirectories
  @data_repository_subdirectories
end

#file_cache_path::String

Returns the value of attribute file_cache_path.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def file_cache_path
  @file_cache_path
end

#nfsTypes::FileCacheNFSConfiguration

Returns the value of attribute nfs.



1018
1019
1020
# File 'sig/types.rbs', line 1018

def nfs
  @nfs
end