Class: Aws::MemoryDB::Types::ReservedNode

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

Overview

Represents the output of a ‘PurchaseReservedNodesOffering` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the reserved node.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The duration of the reservation in seconds.

Returns:

  • (Integer)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#fixed_priceFloat

The fixed price charged for this reserved node.

Returns:

  • (Float)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#node_countInteger

The number of nodes that have been reserved.

Returns:

  • (Integer)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#node_typeString

The node type for the reserved nodes.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#offering_typeString

The offering type of this reserved node.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

The recurring price charged to run this reserved node.

Returns:



2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#reservation_idString

A customer-specified identifier to track this reservation.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_nodes_offering_idString

The ID of the reserved node offering to purchase.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time the reservation started.

Returns:

  • (Time)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the reserved node.

Returns:

  • (String)


2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
# File 'lib/aws-sdk-memorydb/types.rb', line 2409

class ReservedNode < Struct.new(
  :reservation_id,
  :reserved_nodes_offering_id,
  :node_type,
  :start_time,
  :duration,
  :fixed_price,
  :node_count,
  :offering_type,
  :state,
  :recurring_charges,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end