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.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def @authorization_config end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def file_system_id @file_system_id end |
#root_directory ⇒ ::String
Returns the value of attribute root_directory.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def root_directory @root_directory end |