Class: Aws::PartnerCentralBenefits::Types::CreditDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::CreditDetails
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Contains information about credit-based benefit fulfillment, including AWS promotional credits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocated_amount ⇒ Types::MonetaryValue
The total amount of credits that have been allocated for this benefit.
-
#codes ⇒ Array<Types::CreditCode>
A list of credit codes that have been generated for this benefit allocation.
-
#issued_amount ⇒ Types::MonetaryValue
The amount of credits that have actually been issued and are available for use.
Instance Attribute Details
#allocated_amount ⇒ Types::MonetaryValue
The total amount of credits that have been allocated for this benefit.
662 663 664 665 666 667 668 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 662 class CreditDetails < Struct.new( :allocated_amount, :issued_amount, :codes) SENSITIVE = [] include Aws::Structure end |
#codes ⇒ Array<Types::CreditCode>
A list of credit codes that have been generated for this benefit allocation.
662 663 664 665 666 667 668 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 662 class CreditDetails < Struct.new( :allocated_amount, :issued_amount, :codes) SENSITIVE = [] include Aws::Structure end |
#issued_amount ⇒ Types::MonetaryValue
The amount of credits that have actually been issued and are available for use.
662 663 664 665 666 667 668 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 662 class CreditDetails < Struct.new( :allocated_amount, :issued_amount, :codes) SENSITIVE = [] include Aws::Structure end |