Class: Aws::Types::CreateLocationNfsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLocationNfsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
Instance Attribute Details
#mount_options ⇒ Types::NfsMountOptions
Returns the value of attribute mount_options.
175 176 177 |
# File 'sig/types.rbs', line 175 def @mount_options end |
#on_prem_config ⇒ Types::OnPremConfig
Returns the value of attribute on_prem_config.
174 175 176 |
# File 'sig/types.rbs', line 174 def on_prem_config @on_prem_config end |
#server_hostname ⇒ ::String
Returns the value of attribute server_hostname.
173 174 175 |
# File 'sig/types.rbs', line 173 def server_hostname @server_hostname end |
#subdirectory ⇒ ::String
Returns the value of attribute subdirectory.
172 173 174 |
# File 'sig/types.rbs', line 172 def subdirectory @subdirectory end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
176 177 178 |
# File 'sig/types.rbs', line 176 def @tags end |