Method: Aws::Redshift::Types::ReservedNodeOffering#recurring_charges

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

#recurring_chargesArray<Types::RecurringCharge>

The charge to your account regardless of whether you are creating any clusters using the node offering. Recurring charges are only in effect for heavy-utilization reserved nodes.

Returns:



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