Class: Aws::PartnerCentralBenefits::Types::ConsumableDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb

Overview

Contains information about consumable benefit fulfillment, such as usage quotas or service limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_amountTypes::MonetaryValue

The total amount of the consumable benefit that has been allocated.



460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 460

class ConsumableDetails < Struct.new(
  :allocated_amount,
  :remaining_amount,
  :utilized_amount,
  :issuance_details)
  SENSITIVE = []
  include Aws::Structure
end

#issuance_detailsTypes::IssuanceDetail

Detailed information about how the consumable benefit was issued and distributed.



460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 460

class ConsumableDetails < Struct.new(
  :allocated_amount,
  :remaining_amount,
  :utilized_amount,
  :issuance_details)
  SENSITIVE = []
  include Aws::Structure
end

#remaining_amountTypes::MonetaryValue

The remaining amount of the consumable benefit that is still available for use.



460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 460

class ConsumableDetails < Struct.new(
  :allocated_amount,
  :remaining_amount,
  :utilized_amount,
  :issuance_details)
  SENSITIVE = []
  include Aws::Structure
end

#utilized_amountTypes::MonetaryValue

The amount of the consumable benefit that has already been used.



460
461
462
463
464
465
466
467
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 460

class ConsumableDetails < Struct.new(
  :allocated_amount,
  :remaining_amount,
  :utilized_amount,
  :issuance_details)
  SENSITIVE = []
  include Aws::Structure
end