You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DeviceFarm::Types::Offering

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the metadata of a device offering.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A string that describes the offering.

Returns:

  • (String)

    A string that describes the offering.

#idString

The ID that corresponds to a device offering.

Returns:

  • (String)

    The ID that corresponds to a device offering.

#platformString

The platform of the device (for example, ANDROID or IOS).

Possible values:

  • ANDROID
  • IOS

Returns:

  • (String)

    The platform of the device (for example, ANDROID or IOS).

#recurring_chargesArray<Types::RecurringCharge>

Specifies whether there are recurring charges for the offering.

Returns:

#typeString

The type of offering (for example, RECURRING) for a device.

Possible values:

  • RECURRING

Returns:

  • (String)

    The type of offering (for example, RECURRING) for a device.