Class: Aws::OpenSearchService::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::RecurringCharge
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Contains the specific price and frequency of a recurring charges for an OpenSearch Reserved Instance, or for a Reserved Instance offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#recurring_charge_amount ⇒ Float
The monetary amount of the recurring charge.
-
#recurring_charge_frequency ⇒ String
The frequency of the recurring charge.
Instance Attribute Details
#recurring_charge_amount ⇒ Float
The monetary amount of the recurring charge.
6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6114 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |
#recurring_charge_frequency ⇒ String
The frequency of the recurring charge.
6114 6115 6116 6117 6118 6119 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6114 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |