Class: Aws::DeviceFarm::Types::TrialMinutes
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TrialMinutes
- 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
-
#remaining ⇒ Float
The number of free trial minutes remaining in the account.
-
#total ⇒ Float
The total number of free trial minutes that the account started with.
Instance Attribute Details
#remaining ⇒ Float
The number of free trial minutes remaining in the account.
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 |
#total ⇒ Float
The total number of free trial minutes that the account started with.
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 |