Class: Aws::B2bi::Types::ListPartnershipsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

When additional results are obtained from the command, a NextToken parameter is returned in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional resources.

Returns:

  • (String)


1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1065

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

#partnershipsArray<Types::PartnershipSummary>

Specifies a list of your partnerships.

Returns:



1065
1066
1067
1068
1069
1070
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1065

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