Class: Aws::DeviceFarm::Types::OfferingTransaction
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::OfferingTransaction
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents the metadata of an offering transaction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cost ⇒ Types::MonetaryAmount
The cost of an offering transaction.
-
#created_on ⇒ Time
The date on which an offering transaction was created.
-
#offering_promotion_id ⇒ String
The ID that corresponds to a device offering promotion.
-
#offering_status ⇒ Types::OfferingStatus
The status of an offering transaction.
-
#transaction_id ⇒ String
The transaction ID of the offering transaction.
Instance Attribute Details
#cost ⇒ Types::MonetaryAmount
The cost of an offering transaction.
4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4006 class OfferingTransaction < Struct.new( :offering_status, :transaction_id, :offering_promotion_id, :created_on, :cost) SENSITIVE = [] include Aws::Structure end |
#created_on ⇒ Time
The date on which an offering transaction was created.
4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4006 class OfferingTransaction < Struct.new( :offering_status, :transaction_id, :offering_promotion_id, :created_on, :cost) SENSITIVE = [] include Aws::Structure end |
#offering_promotion_id ⇒ String
The ID that corresponds to a device offering promotion.
4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4006 class OfferingTransaction < Struct.new( :offering_status, :transaction_id, :offering_promotion_id, :created_on, :cost) SENSITIVE = [] include Aws::Structure end |
#offering_status ⇒ Types::OfferingStatus
The status of an offering transaction.
4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4006 class OfferingTransaction < Struct.new( :offering_status, :transaction_id, :offering_promotion_id, :created_on, :cost) SENSITIVE = [] include Aws::Structure end |
#transaction_id ⇒ String
The transaction ID of the offering transaction.
4006 4007 4008 4009 4010 4011 4012 4013 4014 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 4006 class OfferingTransaction < Struct.new( :offering_status, :transaction_id, :offering_promotion_id, :created_on, :cost) SENSITIVE = [] include Aws::Structure end |