Class: Aws::DeviceFarm::Types::RenewOfferingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::RenewOfferingResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
The result of a renewal offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#offering_transaction ⇒ Types::OfferingTransaction
Represents the status of the offering transaction for the renewal.
Instance Attribute Details
#offering_transaction ⇒ Types::OfferingTransaction
Represents the status of the offering transaction for the renewal.
4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4462 class RenewOfferingResult < Struct.new( :offering_transaction) SENSITIVE = [] include Aws::Structure end |