Class: Aws::KafkaConnect::Types::ListCustomPluginsRequest

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

#max_resultsInteger

The maximum number of custom plugins to list in one response.

Returns:

  • (Integer)


1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1313

class ListCustomPluginsRequest < Struct.new(
  :max_results,
  :name_prefix,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#name_prefixString

Lists custom plugin names that start with the specified text string.

Returns:

  • (String)


1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1313

class ListCustomPluginsRequest < Struct.new(
  :max_results,
  :name_prefix,
  :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)


1313
1314
1315
1316
1317
1318
1319
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1313

class ListCustomPluginsRequest < Struct.new(
  :max_results,
  :name_prefix,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end