Class: Aws::DeviceFarm::Types::RenewOfferingRequest

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

Overview

A request that represents an offering renewal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#offering_idString

The ID of a request to renew an offering.

Returns:

  • (String)


4498
4499
4500
4501
4502
4503
# File 'lib/aws-sdk-devicefarm/types.rb', line 4498

class RenewOfferingRequest < Struct.new(
  :offering_id,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The quantity requested in an offering renewal.

Returns:

  • (Integer)


4498
4499
4500
4501
4502
4503
# File 'lib/aws-sdk-devicefarm/types.rb', line 4498

class RenewOfferingRequest < Struct.new(
  :offering_id,
  :quantity)
  SENSITIVE = []
  include Aws::Structure
end