Class: Aws::DeviceFarm::Types::TrialMinutes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents information about free trial device minutes for an AWS account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#remainingFloat

The number of free trial minutes remaining in the account.

Returns:

  • (Float)


5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5979

class TrialMinutes < Struct.new(
  :total,
  :remaining)
  SENSITIVE = []
  include Aws::Structure
end

#totalFloat

The total number of free trial minutes that the account started with.

Returns:

  • (Float)


5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5979

class TrialMinutes < Struct.new(
  :total,
  :remaining)
  SENSITIVE = []
  include Aws::Structure
end