Class: Aws::DeviceFarm::Types::PurchaseOfferingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::PurchaseOfferingResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
The result of the purchase offering (for example, success or failure).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#offering_transaction ⇒ Types::OfferingTransaction
Represents the offering transaction for the purchase result.
Instance Attribute Details
#offering_transaction ⇒ Types::OfferingTransaction
Represents the offering transaction for the purchase result.
4163 4164 4165 4166 4167 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4163 class PurchaseOfferingResult < Struct.new( :offering_transaction) SENSITIVE = [] include Aws::Structure end |