Class: Aws::KafkaConnect::Types::ListConnectorOperationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::ListConnectorOperationsRequest
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector for which to list operations.
-
#max_results ⇒ Integer
Maximum number of connector operations to fetch in one get request.
-
#next_token ⇒ String
If the response is truncated, it includes a NextToken.
Instance Attribute Details
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector for which to list operations.
1401 1402 1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1401 class ListConnectorOperationsRequest < Struct.new( :connector_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Maximum number of connector operations to fetch in one get request.
1401 1402 1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1401 class ListConnectorOperationsRequest < Struct.new( :connector_arn, :max_results, :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.
1401 1402 1403 1404 1405 1406 1407 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1401 class ListConnectorOperationsRequest < Struct.new( :connector_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |