Class: Aws::B2bi::Types::ListCapabilitiesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<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_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.



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