Class: Aws::B2bi::Types::ListCapabilitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ListCapabilitiesResponse
- Defined in:
- gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Array<Types::CapabilitySummary>
Returns one or more capabilities associated with this partnership.
-
#next_token ⇒ String
When additional results are obtained from the command, a
NextToken
parameter is returned in the output.
Instance Attribute Details
#capabilities ⇒ Array<Types::CapabilitySummary>
Returns one or more capabilities associated with this partnership.
1370 1371 1372 1373 1374 1375 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1370 class ListCapabilitiesResponse < Struct.new( :capabilities, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
1370 1371 1372 1373 1374 1375 |
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1370 class ListCapabilitiesResponse < Struct.new( :capabilities, :next_token) SENSITIVE = [] include Aws::Structure end |