Method: Aws::DeviceFarm::Types::RecurringCharge#cost
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
#cost ⇒ Types::MonetaryAmount
The cost of the recurring charge.
4245 4246 4247 4248 4249 4250 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4245 class RecurringCharge < Struct.new( :cost, :frequency) SENSITIVE = [] include Aws::Structure end |