Class: Aws::KafkaConnect::Types::CreateCustomPluginRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CreateCustomPluginRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The type of the plugin file.
-
#description ⇒ String
A summary description of the custom plugin.
-
#location ⇒ Types::CustomPluginLocation
Information about the location of a custom plugin.
-
#name ⇒ String
The name of the custom plugin.
-
#tags ⇒ Hash<String,String>
The tags you want to attach to the custom plugin.
Instance Attribute Details
#content_type ⇒ String
The type of the plugin file.
561 562 563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A summary description of the custom plugin.
561 562 563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#location ⇒ Types::CustomPluginLocation
Information about the location of a custom plugin.
561 562 563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the custom plugin.
561 562 563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags you want to attach to the custom plugin.
561 562 563 564 565 566 567 568 569 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 561 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |