Class: Aws::Types::ClusterInstanceStorageConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: EbsVolumeConfig, FsxLustreConfig, FsxOpenZfsConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ebs_volume_configTypes::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_configTypes::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_configTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def unknown
  @unknown
end