Class: Aws::DeviceFarm::Types::OfferingStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::OfferingStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
The status of the offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#effective_on ⇒ Time
The date on which the offering is effective.
-
#offering ⇒ Types::Offering
Represents the metadata of an offering status.
-
#quantity ⇒ Integer
The number of available devices in the offering.
-
#type ⇒ String
The type specified for the offering status.
Instance Attribute Details
#effective_on ⇒ Time
The date on which the offering is effective.
3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3973 class OfferingStatus < Struct.new( :type, :offering, :quantity, :effective_on) SENSITIVE = [] include Aws::Structure end |
#offering ⇒ Types::Offering
Represents the metadata of an offering status.
3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3973 class OfferingStatus < Struct.new( :type, :offering, :quantity, :effective_on) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of available devices in the offering.
3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3973 class OfferingStatus < Struct.new( :type, :offering, :quantity, :effective_on) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type specified for the offering status.
3973 3974 3975 3976 3977 3978 3979 3980 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 3973 class OfferingStatus < Struct.new( :type, :offering, :quantity, :effective_on) SENSITIVE = [] include Aws::Structure end |