Class: Aws::PartnerCentralBenefits::Types::GetBenefitAllocationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::GetBenefitAllocationInput
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog to query.
-
#identifier ⇒ String
The unique identifier of the benefit allocation to retrieve.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier that specifies which benefit catalog to query.
872 873 874 875 876 877 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 872 class GetBenefitAllocationInput < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the benefit allocation to retrieve.
872 873 874 875 876 877 |
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 872 class GetBenefitAllocationInput < Struct.new( :catalog, :identifier) SENSITIVE = [] include Aws::Structure end |