Class: Aws::Types::PriceSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activeBoolean

Returns the value of attribute active.

Returns:

  • (Boolean)


15236
15237
15238
# File 'sig/types.rbs', line 15236

def active
  @active
end

#currency_code"USD"

Returns the value of attribute currency_code.

Returns:

  • ("USD")


15237
15238
15239
# File 'sig/types.rbs', line 15237

def currency_code
  @currency_code
end

#price::Float

Returns the value of attribute price.

Returns:

  • (::Float)


15238
15239
15240
# File 'sig/types.rbs', line 15238

def price
  @price
end

#term::Integer

Returns the value of attribute term.

Returns:

  • (::Integer)


15239
15240
15241
# File 'sig/types.rbs', line 15239

def term
  @term
end