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

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


5851
5852
5853
5854
5855
5856
# File 'lib/aws-sdk-devicefarm/types.rb', line 5851

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)


5851
5852
5853
5854
5855
5856
# File 'lib/aws-sdk-devicefarm/types.rb', line 5851

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