You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#remainingFloat

The number of free trial minutes remaining in the account.

Returns:

  • (Float)

    The number of free trial minutes remaining in the account.

#totalFloat

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

Returns:

  • (Float)

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