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.



1395
1396
1397
# File 'sig/types.rbs', line 1395

def ebs_volume_config
  @ebs_volume_config
end

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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def unknown
  @unknown
end