Class: Aws::Types::FileCacheDataRepositoryAssociation
- Inherits:
-
Object
- Object
- Aws::Types::FileCacheDataRepositoryAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_repository_path ⇒ ::String
Returns the value of attribute data_repository_path.
-
#data_repository_subdirectories ⇒ ::Array[::String]
Returns the value of attribute data_repository_subdirectories.
-
#file_cache_path ⇒ ::String
Returns the value of attribute file_cache_path.
-
#nfs ⇒ Types::FileCacheNFSConfiguration
Returns the value of attribute nfs.
Instance Attribute Details
#data_repository_path ⇒ ::String
Returns the value of attribute data_repository_path.
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.
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.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def file_cache_path @file_cache_path end |
#nfs ⇒ Types::FileCacheNFSConfiguration
Returns the value of attribute nfs.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def nfs @nfs end |