Class: Aws::OpenSearchService::Types::RecurringCharge

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#recurring_charge_amountFloat

The monetary amount of the recurring charge.

Returns:

  • (Float)


6357
6358
6359
6360
6361
6362
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6357

class RecurringCharge < Struct.new(
  :recurring_charge_amount,
  :recurring_charge_frequency)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_charge_frequencyString

The frequency of the recurring charge.

Returns:

  • (String)


6357
6358
6359
6360
6361
6362
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6357

class RecurringCharge < Struct.new(
  :recurring_charge_amount,
  :recurring_charge_frequency)
  SENSITIVE = []
  include Aws::Structure
end