Class: Aws::B2bi::Types::ListPartnershipsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ListPartnershipsResponse
- Includes:
- Structure
- Defined in:
- 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.
1466 1467 1468 1469 1470 1471 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1466 class ListPartnershipsResponse < Struct.new( :partnerships, :next_token) SENSITIVE = [] include Aws::Structure end |
#partnerships ⇒ Array<Types::PartnershipSummary>
Specifies a list of your partnerships.
1466 1467 1468 1469 1470 1471 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1466 class ListPartnershipsResponse < Struct.new( :partnerships, :next_token) SENSITIVE = [] include Aws::Structure end |