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.
4484 4485 4486 4487 4488 4489 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4484 class RenewOfferingRequest < Struct.new( :offering_id, :quantity) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity requested in an offering renewal.
4484 4485 4486 4487 4488 4489 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4484 class RenewOfferingRequest < Struct.new( :offering_id, :quantity) SENSITIVE = [] include Aws::Structure end |