Class: Aws::PartnerCentralBenefits::Types::ListBenefitAllocationsOutput

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

#benefit_allocation_summariesArray<Types::BenefitAllocationSummary>

A list of benefit allocation summaries matching the specified criteria.



1271
1272
1273
1274
1275
1276
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1271

class ListBenefitAllocationsOutput < Struct.new(
  :benefit_allocation_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to retrieve the next set of results, if more results are available.

Returns:

  • (String)


1271
1272
1273
1274
1275
1276
# File 'gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb', line 1271

class ListBenefitAllocationsOutput < Struct.new(
  :benefit_allocation_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end