Method: Aws::Redshift::Types::ReservedNodeOffering#usage_price
- Defined in:
- lib/aws-sdk-redshift/types.rb
#usage_price ⇒ Float
The rate you are charged for each hour the cluster that is using the offering is running.
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 |