Class: Aws::Types::ClusterInstanceStorageConfig
- Inherits:
-
Object
- Object
- Aws::Types::ClusterInstanceStorageConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EbsVolumeConfig, FsxLustreConfig, FsxOpenZfsConfig, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ebs_volume_config ⇒ Types::ClusterEbsVolumeConfig
Returns the value of attribute ebs_volume_config.
-
#fsx_lustre_config ⇒ Types::ClusterFsxLustreConfig
Returns the value of attribute fsx_lustre_config.
-
#fsx_open_zfs_config ⇒ Types::ClusterFsxOpenZfsConfig
Returns the value of attribute fsx_open_zfs_config.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ebs_volume_config ⇒ Types::ClusterEbsVolumeConfig
Returns the value of attribute ebs_volume_config.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def ebs_volume_config @ebs_volume_config end |
#fsx_lustre_config ⇒ Types::ClusterFsxLustreConfig
Returns the value of attribute fsx_lustre_config.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def fsx_lustre_config @fsx_lustre_config end |
#fsx_open_zfs_config ⇒ Types::ClusterFsxOpenZfsConfig
Returns the value of attribute fsx_open_zfs_config.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def fsx_open_zfs_config @fsx_open_zfs_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def unknown @unknown end |