Method: Aws::Redshift::Types::ReservedNodeOffering#currency_code
- Defined in:
- lib/aws-sdk-redshift/types.rb
#currency_code ⇒ String
The currency code for the compute nodes offering.
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 |