Class: Aws::Types::NFSDataRepositoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NFSDataRepositoryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_export_policy ⇒ Types::AutoExportPolicy
Returns the value of attribute auto_export_policy.
-
#dns_ips ⇒ ::Array[::String]
Returns the value of attribute dns_ips.
-
#version ⇒ "NFS3"
Returns the value of attribute version.
Instance Attribute Details
#auto_export_policy ⇒ Types::AutoExportPolicy
Returns the value of attribute auto_export_policy.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def auto_export_policy @auto_export_policy end |
#dns_ips ⇒ ::Array[::String]
Returns the value of attribute dns_ips.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def dns_ips @dns_ips end |
#version ⇒ "NFS3"
Returns the value of attribute version.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def version @version end |