Class: Aws::KafkaConnect::Types::CustomPluginLocation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb

Overview

Information about the location of a custom plugin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.

Returns:



675
676
677
678
679
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 675

class CustomPluginLocation < Struct.new(
  :s3_location)
  SENSITIVE = []
  include Aws::Structure
end