Class: Aws::DeviceFarm::Types::OfferingStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

The status of the offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#effective_onTime

The date on which the offering is effective.

Returns:

  • (Time)


4005
4006
4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-devicefarm/types.rb', line 4005

class OfferingStatus < Struct.new(
  :type,
  :offering,
  :quantity,
  :effective_on)
  SENSITIVE = []
  include Aws::Structure
end

#offeringTypes::Offering

Represents the metadata of an offering status.

Returns:



4005
4006
4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-devicefarm/types.rb', line 4005

class OfferingStatus < Struct.new(
  :type,
  :offering,
  :quantity,
  :effective_on)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of available devices in the offering.

Returns:

  • (Integer)


4005
4006
4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-devicefarm/types.rb', line 4005

class OfferingStatus < Struct.new(
  :type,
  :offering,
  :quantity,
  :effective_on)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type specified for the offering status.

Returns:

  • (String)


4005
4006
4007
4008
4009
4010
4011
4012
# File 'lib/aws-sdk-devicefarm/types.rb', line 4005

class OfferingStatus < Struct.new(
  :type,
  :offering,
  :quantity,
  :effective_on)
  SENSITIVE = []
  include Aws::Structure
end