Class: Aws::PartnerCentralSelling::Types::ListEngagementResourceAssociationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engagement_resource_association_summariesArray<Types::EngagementResourceAssociationSummary>

A list of engagement-resource association summaries.



3410
3411
3412
3413
3414
3415
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3410

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

#next_tokenString

A token to retrieve the next set of results. Use this token in a subsequent request to retrieve additional results if the response was truncated.

Returns:

  • (String)


3410
3411
3412
3413
3414
3415
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3410

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