Class: Aws::Types::EC2Capacity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#family ⇒ ::String

Returns the value of attribute family.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def family
  @family
end

#max_size ⇒ ::String

Returns the value of attribute max_size.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def max_size
  @max_size
end

#quantity ⇒ ::String

Returns the value of attribute quantity.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def quantity
  @quantity
end