Class: Aws::MemoryDB::Types::ReservedNodesOffering

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb

Overview

The offering type of this node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#durationInteger

The duration of the reservation in seconds.

Returns:

  • (Integer)


2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2449

class ReservedNodesOffering < Struct.new(
  :reserved_nodes_offering_id,
  :node_type,
  :duration,
  :fixed_price,
  :offering_type,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_priceFloat

The fixed price charged for this reserved node.

Returns:

  • (Float)


2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2449

class ReservedNodesOffering < Struct.new(
  :reserved_nodes_offering_id,
  :node_type,
  :duration,
  :fixed_price,
  :offering_type,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

The node type for the reserved nodes. For more information, see Supported node types.

Returns:

  • (String)


2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2449

class ReservedNodesOffering < Struct.new(
  :reserved_nodes_offering_id,
  :node_type,
  :duration,
  :fixed_price,
  :offering_type,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#offering_typeString

The offering type of this reserved node.

Returns:

  • (String)


2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2449

class ReservedNodesOffering < Struct.new(
  :reserved_nodes_offering_id,
  :node_type,
  :duration,
  :fixed_price,
  :offering_type,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The recurring price charged to run this reserved node.

Returns:



2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2449

class ReservedNodesOffering < Struct.new(
  :reserved_nodes_offering_id,
  :node_type,
  :duration,
  :fixed_price,
  :offering_type,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_nodes_offering_idString

The offering identifier.

Returns:

  • (String)


2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2449

class ReservedNodesOffering < Struct.new(
  :reserved_nodes_offering_id,
  :node_type,
  :duration,
  :fixed_price,
  :offering_type,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end