You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Redshift::Types::GetReservedNodeExchangeOfferingsInputMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetReservedNodeExchangeOfferingsInputMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  reserved_node_id: "String", # required
  max_records: 1,
  marker: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

A value that indicates the starting point for the next set of ReservedNodeOfferings.

Returns:

  • (String)

    A value that indicates the starting point for the next set of ReservedNodeOfferings.

#max_recordsInteger

An integer setting the maximum number of ReservedNodeOfferings to retrieve.

Returns:

  • (Integer)

    An integer setting the maximum number of ReservedNodeOfferings to retrieve.

#reserved_node_idString

A string representing the node identifier for the DC1 Reserved Node to be exchanged.

Returns:

  • (String)

    A string representing the node identifier for the DC1 Reserved Node to be exchanged.