Class: Aws::Types::ReservedNodesOffering

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration ⇒ ::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


851
852
853
# File 'sig/types.rbs', line 851

def duration
  @duration
end

#fixed_price ⇒ ::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


852
853
854
# File 'sig/types.rbs', line 852

def fixed_price
  @fixed_price
end

#node_type ⇒ ::String

Returns the value of attribute node_type.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def node_type
  @node_type
end

#offering_type ⇒ ::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def offering_type
  @offering_type
end

#recurring_charges ⇒ ::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



854
855
856
# File 'sig/types.rbs', line 854

def recurring_charges
  @recurring_charges
end

#reserved_nodes_offering_id ⇒ ::String

Returns the value of attribute reserved_nodes_offering_id.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def reserved_nodes_offering_id
  @reserved_nodes_offering_id
end