Class: Aws::PartnerCentralBenefits::Types::GetBenefitAllocationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog identifier that specifies which benefit catalog to query.

Returns:

  • (String)


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

#identifierString

The unique identifier of the benefit allocation to retrieve.

Returns:

  • (String)


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