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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-b2bi/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.

Returns:



1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1019

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.

Returns:

  • (String)


1019
1020
1021
1022
1023
1024
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1019

class ListCapabilitiesResponse < Struct.new(
  :capabilities,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end