Class: Aws::KafkaConnect::Types::ListCustomPluginsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ListCustomPluginsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_plugins ⇒ Array<Types::CustomPluginSummary>
An array of custom plugin descriptions.
-
#next_token ⇒ String
If the response of a ListCustomPlugins operation is truncated, it will include a NextToken.
Instance Attribute Details
#custom_plugins ⇒ Array<Types::CustomPluginSummary>
An array of custom plugin descriptions.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1334 class ListCustomPluginsResponse < Struct.new( :custom_plugins, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1334 class ListCustomPluginsResponse < Struct.new( :custom_plugins, :next_token) SENSITIVE = [] include Aws::Structure end |