Class: Aws::Types::QuoteCapacity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#quantity ⇒ ::Float

Returns the value of attribute quantity.

Returns:

  • (::Float)


745
746
747
# File 'sig/types.rbs', line 745

def quantity
  @quantity
end

#quote_capacity_type ⇒ "EC2", ...

Returns the value of attribute quote_capacity_type.

Returns:

  • ("EC2", "EBS", "S3")


743
744
745
# File 'sig/types.rbs', line 743

def quote_capacity_type
  @quote_capacity_type
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def unit
  @unit
end