Class: Aws::Types::ClusterFsxLustreConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterFsxLustreConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#mount_name ⇒ ::String
Returns the value of attribute mount_name.
-
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def dns_name @dns_name end |
#mount_name ⇒ ::String
Returns the value of attribute mount_name.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def mount_name @mount_name end |
#mount_path ⇒ ::String
Returns the value of attribute mount_path.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def mount_path @mount_path end |