Class: Aws::PartnerCentralBenefits::Types::CreditDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allocated_amountTypes::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

#codesArray<Types::CreditCode>

A list of credit codes that have been generated for this benefit allocation.

Returns:



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_amountTypes::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