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.
508 509 510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 508 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A summary description of the custom plugin.
508 509 510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 508 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.
508 509 510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 508 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the custom plugin.
508 509 510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 508 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.
508 509 510 511 512 513 514 515 516 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 508 class CreateCustomPluginRequest < Struct.new( :content_type, :description, :location, :name, :tags) SENSITIVE = [] include Aws::Structure end |