Class: Aws::Types::PriceScheduleSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


15888
15889
15890
# File 'sig/types.rbs', line 15888

def currency_code
  @currency_code
end

#price::Float

Returns the value of attribute price.

Returns:

  • (::Float)


15887
15888
15889
# File 'sig/types.rbs', line 15887

def price
  @price
end

#term::Integer

Returns the value of attribute term.

Returns:

  • (::Integer)


15886
15887
15888
# File 'sig/types.rbs', line 15886

def term
  @term
end