Class: Aws::B2bi::Types::ListCapabilitiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::B2bi::Types::ListCapabilitiesResponse
- Includes:
- Structure
- Defined in:
- 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.
1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1420 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.
1420 1421 1422 1423 1424 1425 |
# File 'lib/aws-sdk-b2bi/types.rb', line 1420 class ListCapabilitiesResponse < Struct.new( :capabilities, :next_token) SENSITIVE = [] include Aws::Structure end |