Class: Aws::Redshift::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::RecurringCharge
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes a recurring charge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recurring_charge_amount ⇒ Float
The amount charged per the period of time specified by the recurring charge frequency.
-
#recurring_charge_frequency ⇒ String
The frequency at which the recurring charge amount is applied.
Instance Attribute Details
#recurring_charge_amount ⇒ Float
The amount charged per the period of time specified by the recurring charge frequency.
9412 9413 9414 9415 9416 9417 |
# File 'lib/aws-sdk-redshift/types.rb', line 9412 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |
#recurring_charge_frequency ⇒ String
The frequency at which the recurring charge amount is applied.
9412 9413 9414 9415 9416 9417 |
# File 'lib/aws-sdk-redshift/types.rb', line 9412 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |