Class: Aws::DeviceFarm::Types::RenewOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::RenewOfferingRequest
- 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
-
#offering_id ⇒ String
The ID of a request to renew an offering.
-
#quantity ⇒ Integer
The quantity requested in an offering renewal.
Instance Attribute Details
#offering_id ⇒ String
The ID of a request to renew an offering.
4447 4448 4449 4450 4451 4452 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4447 class RenewOfferingRequest < Struct.new( :offering_id, :quantity) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity requested in an offering renewal.
4447 4448 4449 4450 4451 4452 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4447 class RenewOfferingRequest < Struct.new( :offering_id, :quantity) SENSITIVE = [] include Aws::Structure end |