Class: Aws::Types::UpdateLocationNfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLocationNfsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
-
#mount_options ⇒ Types::NfsMountOptions
Returns the value of attribute mount_options.
-
#on_prem_config ⇒ Types::OnPremConfig
Returns the value of attribute on_prem_config.
-
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
-
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
Instance Attribute Details
#location_arn ⇒ ::String
Returns the value of attribute location_arn.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def location_arn @location_arn end |
#mount_options ⇒ Types::NfsMountOptions
Returns the value of attribute mount_options.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def @mount_options end |
#on_prem_config ⇒ Types::OnPremConfig
Returns the value of attribute on_prem_config.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def on_prem_config @on_prem_config end |
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def server_hostname @server_hostname end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def subdirectory @subdirectory end |