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)


4024
4025
4026
4027
4028
4029
4030
4031
# File 'lib/aws-sdk-devicefarm/types.rb', line 4024

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

#offeringTypes::Offering

Represents the metadata of an offering status.

Returns:



4024
4025
4026
4027
4028
4029
4030
4031
# File 'lib/aws-sdk-devicefarm/types.rb', line 4024

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)


4024
4025
4026
4027
4028
4029
4030
4031
# File 'lib/aws-sdk-devicefarm/types.rb', line 4024

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

#typeString

The type specified for the offering status.

Returns:

  • (String)


4024
4025
4026
4027
4028
4029
4030
4031
# File 'lib/aws-sdk-devicefarm/types.rb', line 4024

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