Class: Aws::PartnerCentralBenefits::Types::ListBenefitAllocationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralBenefits::Types::ListBenefitAllocationsOutput
- Defined in:
- gems/aws-sdk-partnercentralbenefits/lib/aws-sdk-partnercentralbenefits/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#benefit_allocation_summaries ⇒ Array<Types::BenefitAllocationSummary>
A list of benefit allocation summaries matching the specified criteria.
-
#next_token ⇒ String
A pagination token to retrieve the next set of results, if more results are available.
Instance Attribute Details
#benefit_allocation_summaries ⇒ Array<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_token ⇒ String
A pagination token to retrieve the next set of results, if more results are available.
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 |