Class: Aws::DeviceFarm::Types::TrialMinutes
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::TrialMinutes
- 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
-
#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.
5856 5857 5858 5859 5860 5861 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5856 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.
5856 5857 5858 5859 5860 5861 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 5856 class TrialMinutes < Struct.new( :total, :remaining) SENSITIVE = [] include Aws::Structure end |