Class: Aws::Types::FSxWindowsFileServerVolumeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FSxWindowsFileServerVolumeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_config ⇒ Types::FSxWindowsFileServerAuthorizationConfig
Returns the value of attribute authorization_config.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
Instance Attribute Details
#authorization_config ⇒ Types::FSxWindowsFileServerAuthorizationConfig
Returns the value of attribute authorization_config.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def @authorization_config end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def file_system_id @file_system_id end |
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def root_directory @root_directory end |