Class: Aws::KafkaConnect::Types::ListCustomPluginsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_pluginsArray<Types::CustomPluginSummary>

An array of custom plugin descriptions.

Returns:



1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1334

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

#next_tokenString

If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1334

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