Class: Aws::Types::EphemeralStorageConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#storage_class"STANDARD_1", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD_1", "STANDARD_2", "THROUGHPUT_1", "THROUGHPUT_2")


2099
2100
2101
# File 'sig/types.rbs', line 2099

def storage_class
  @storage_class
end

#storage_size_in_gi_b::Integer

Returns the value of attribute storage_size_in_gi_b.

Returns:

  • (::Integer)


2100
2101
2102
# File 'sig/types.rbs', line 2100

def storage_size_in_gi_b
  @storage_size_in_gi_b
end