Class: Aws::PartnerCentralBenefits::Types::ConsumableDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::ConsumableDetails
- 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
-
#allocated_amount ⇒ Types::MonetaryValue
The total amount of the consumable benefit that has been allocated.
-
#issuance_details ⇒ Types::IssuanceDetail
Detailed information about how the consumable benefit was issued and distributed.
-
#remaining_amount ⇒ Types::MonetaryValue
The remaining amount of the consumable benefit that is still available for use.
-
#utilized_amount ⇒ Types::MonetaryValue
The amount of the consumable benefit that has already been used.
Instance Attribute Details
#allocated_amount ⇒ Types::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_details ⇒ Types::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_amount ⇒ Types::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_amount ⇒ Types::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 |