Class: Aws::KafkaConnect::Types::CustomPluginLocationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CustomPluginLocationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Information about the location of a custom plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_location ⇒ Types::S3LocationDescription
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
Instance Attribute Details
#s3_location ⇒ Types::S3LocationDescription
The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
690 691 692 693 694 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 690 class CustomPluginLocationDescription < Struct.new( :s3_location) SENSITIVE = [] include Aws::Structure end |