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

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

Overview

Represents the metadata of a device offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A string that describes the offering.

Returns:

  • (String)


3975
3976
3977
3978
3979
3980
3981
3982
3983
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3975

class Offering < Struct.new(
  :id,
  :description,
  :type,
  :platform,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID that corresponds to a device offering.

Returns:

  • (String)


3975
3976
3977
3978
3979
3980
3981
3982
3983
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3975

class Offering < Struct.new(
  :id,
  :description,
  :type,
  :platform,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

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

Returns:

  • (String)


3975
3976
3977
3978
3979
3980
3981
3982
3983
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3975

class Offering < Struct.new(
  :id,
  :description,
  :type,
  :platform,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#recurring_chargesArray<Types::RecurringCharge>

Specifies whether there are recurring charges for the offering.

Returns:



3975
3976
3977
3978
3979
3980
3981
3982
3983
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3975

class Offering < Struct.new(
  :id,
  :description,
  :type,
  :platform,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


3975
3976
3977
3978
3979
3980
3981
3982
3983
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 3975

class Offering < Struct.new(
  :id,
  :description,
  :type,
  :platform,
  :recurring_charges)
  SENSITIVE = []
  include Aws::Structure
end