Class: Aws::KafkaConnect::Types::ListConnectorOperationsResponse

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

#connector_operationsArray<Types::ConnectorOperationSummary>

An array of connector operation descriptions.



1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1460

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

#next_tokenString

If the response is truncated, it includes a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.

Returns:

  • (String)


1460
1461
1462
1463
1464
1465
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1460

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