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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-memorydb/types.rb', line 2477

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)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-memorydb/types.rb', line 2477

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].

[1]: docs.aws.amazon.com/memorydb/latest/devguide/nodes.reserved.html#reserved-nodes-supported

Returns:

  • (String)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-memorydb/types.rb', line 2477

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)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-memorydb/types.rb', line 2477

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:



2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-memorydb/types.rb', line 2477

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)


2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
# File 'lib/aws-sdk-memorydb/types.rb', line 2477

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