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.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def ebs_volume_config @ebs_volume_config end |
#fsx_lustre_config ⇒ Types::ClusterFsxLustreConfig
Returns the value of attribute fsx_lustre_config.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def fsx_lustre_config @fsx_lustre_config end |
#fsx_open_zfs_config ⇒ Types::ClusterFsxOpenZfsConfig
Returns the value of attribute fsx_open_zfs_config.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def fsx_open_zfs_config @fsx_open_zfs_config end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def unknown @unknown end |