Class: Aws::Types::ReservationOffering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


776
777
778
# File 'sig/types.rbs', line 776

def duration
  @duration
end

#hourly_charge::Float

Returns the value of attribute hourly_charge.

Returns:

  • (::Float)


777
778
779
# File 'sig/types.rbs', line 777

def hourly_charge
  @hourly_charge
end

#offering_id::String

Returns the value of attribute offering_id.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def offering_id
  @offering_id
end

#offering_type"ALL_UPFRONT", "NO_UPFRONT"

Returns the value of attribute offering_type.

Returns:

  • ("ALL_UPFRONT", "NO_UPFRONT")


779
780
781
# File 'sig/types.rbs', line 779

def offering_type
  @offering_type
end

#upfront_charge::Float

Returns the value of attribute upfront_charge.

Returns:

  • (::Float)


780
781
782
# File 'sig/types.rbs', line 780

def upfront_charge
  @upfront_charge
end