Class: Aws::ElasticsearchService::Types::RecurringCharge
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::RecurringCharge
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Contains the specific price and frequency of a recurring charges for a reserved Elasticsearch instance, or for a reserved Elasticsearch 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.
3418 3419 3420 3421 3422 3423 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3418 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.
3418 3419 3420 3421 3422 3423 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3418 class RecurringCharge < Struct.new( :recurring_charge_amount, :recurring_charge_frequency) SENSITIVE = [] include Aws::Structure end |