Class: Aws::DeviceFarm::Types::RenewOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::RenewOfferingRequest
- Defined in:
- gems/aws-sdk-devicefarm/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.
4452 4453 4454 4455 4456 4457 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4452 class RenewOfferingRequest < Struct.new( :offering_id, :quantity) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The quantity requested in an offering renewal.
4452 4453 4454 4455 4456 4457 |
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 4452 class RenewOfferingRequest < Struct.new( :offering_id, :quantity) SENSITIVE = [] include Aws::Structure end |