Class: Aws::KafkaConnect::Types::DescribeConnectorOperationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::DescribeConnectorOperationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_operation_arn ⇒ String
ARN of the connector operation to be described.
Instance Attribute Details
#connector_operation_arn ⇒ String
ARN of the connector operation to be described.
931 932 933 934 935 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 931 class DescribeConnectorOperationRequest < Struct.new( :connector_operation_arn) SENSITIVE = [] include Aws::Structure end |