Class: Aws::B2bi::Types::ListPartnershipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ListPartnershipsResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When additional results are obtained from the command, a
NextToken
parameter is returned in the output. -
#partnerships ⇒ Array<Types::PartnershipSummary>
Specifies a list of your partnerships.
Instance Attribute Details
#next_token ⇒ String
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.
1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1416 class ListPartnershipsResponse < Struct.new( :partnerships, :next_token) SENSITIVE = [] include Aws::Structure end |
#partnerships ⇒ Array<Types::PartnershipSummary>
Specifies a list of your partnerships.
1416 1417 1418 1419 1420 1421 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1416 class ListPartnershipsResponse < Struct.new( :partnerships, :next_token) SENSITIVE = [] include Aws::Structure end |