Class: Aws::Types::ReservedNode

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)


2489
2490
2491
# File 'sig/types.rbs', line 2489

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


2486
2487
2488
# File 'sig/types.rbs', line 2486

def duration
  @duration
end

#fixed_price::Float

Returns the value of attribute fixed_price.

Returns:

  • (::Float)


2487
2488
2489
# File 'sig/types.rbs', line 2487

def fixed_price
  @fixed_price
end

#node_count::Integer

Returns the value of attribute node_count.

Returns:

  • (::Integer)


2490
2491
2492
# File 'sig/types.rbs', line 2490

def node_count
  @node_count
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def node_type
  @node_type
end

#offering_type::String

Returns the value of attribute offering_type.

Returns:

  • (::String)


2492
2493
2494
# File 'sig/types.rbs', line 2492

def offering_type
  @offering_type
end

#recurring_charges::Array[Types::RecurringCharge]

Returns the value of attribute recurring_charges.

Returns:



2493
2494
2495
# File 'sig/types.rbs', line 2493

def recurring_charges
  @recurring_charges
end

#reserved_node_id::String

Returns the value of attribute reserved_node_id.

Returns:

  • (::String)


2482
2483
2484
# File 'sig/types.rbs', line 2482

def reserved_node_id
  @reserved_node_id
end

#reserved_node_offering_id::String

Returns the value of attribute reserved_node_offering_id.

Returns:

  • (::String)


2483
2484
2485
# File 'sig/types.rbs', line 2483

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")


2494
2495
2496
# File 'sig/types.rbs', line 2494

def reserved_node_offering_type
  @reserved_node_offering_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def start_time
  @start_time
end

#state::String

Returns the value of attribute state.

Returns:

  • (::String)


2491
2492
2493
# File 'sig/types.rbs', line 2491

def state
  @state
end

#usage_price::Float

Returns the value of attribute usage_price.

Returns:

  • (::Float)


2488
2489
2490
# File 'sig/types.rbs', line 2488

def usage_price
  @usage_price
end