Class: Aws::Types::ReservedNodeOffering

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)


2536
2537
2538
# File 'sig/types.rbs', line 2536

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def duration
  @duration
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def fixed_price
  @fixed_price
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def node_type
  @node_type
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


2537
2538
2539
# File 'sig/types.rbs', line 2537

def offering_type
  @offering_type
end

#recurring_charges::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



2538
2539
2540
# File 'sig/types.rbs', line 2538

def recurring_charges
  @recurring_charges
end

#reserved_node_offering_id::String

Returns the value of attribute reserved_node_offering_id.

Returns:

  • (::String)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def reserved_node_offering_id
  @reserved_node_offering_id
end

#reserved_node_offering_type"Regular", "Upgradable"

Returns the value of attribute reserved_node_offering_type.

Returns:

  • ("Regular", "Upgradable")


2539
2540
2541
# File 'sig/types.rbs', line 2539

def reserved_node_offering_type
  @reserved_node_offering_type
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def usage_price
  @usage_price
end