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)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def root_volume
  @root_volume
end

#volume_kms_key_id::String

Returns the value of attribute volume_kms_key_id.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

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)


1251
1252
1253
# File 'sig/types.rbs', line 1251

def volume_size_in_gb
  @volume_size_in_gb
end