Method: Aws::Redshift::Types::ReservedNodeOffering#node_type

Defined in:
lib/aws-sdk-redshift/types.rb

#node_typeString

The node type offered by the reserved node offering.

Returns:

  • (String)


10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
# File 'lib/aws-sdk-redshift/types.rb', line 10193

class ReservedNodeOffering < Struct.new(
  :reserved_node_offering_id,
  :node_type,
  :duration,
  :fixed_price,
  :usage_price,
  :currency_code,
  :offering_type,
  :recurring_charges,
  :reserved_node_offering_type)
  SENSITIVE = []
  include Aws::Structure
end