Class: Aws::KafkaConnect::Types::ListConnectorOperationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ListConnectorOperationsResponse
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_operations ⇒ Array<Types::ConnectorOperationSummary>
An array of connector operation descriptions.
-
#next_token ⇒ String
If the response is truncated, it includes a NextToken.
Instance Attribute Details
#connector_operations ⇒ Array<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_token ⇒ String
If the response is truncated, it includes a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.
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 |