Class: Aws::Types::ClusterEbsVolumeConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#root_volumeBoolean

Returns the value of attribute root_volume.

Returns:

  • (Boolean)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def root_volume
  @root_volume
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


1267
1268
1269
# File 'sig/types.rbs', line 1267

def volume_kms_key_id
  @volume_kms_key_id
end

#volume_size_in_gb::Integer

Returns the value of attribute volume_size_in_gb.

Returns:

  • (::Integer)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def volume_size_in_gb
  @volume_size_in_gb
end