Class: Aws::KafkaConnect::Types::CreateCustomPluginResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CreateCustomPluginResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_plugin_arn ⇒ String
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
-
#custom_plugin_state ⇒ String
The state of the custom plugin.
-
#name ⇒ String
The name of the custom plugin.
-
#revision ⇒ Integer
The revision of the custom plugin.
Instance Attribute Details
#custom_plugin_arn ⇒ String
The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.
537 538 539 540 541 542 543 544 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 537 class CreateCustomPluginResponse < Struct.new( :custom_plugin_arn, :custom_plugin_state, :name, :revision) SENSITIVE = [] include Aws::Structure end |
#custom_plugin_state ⇒ String
The state of the custom plugin.
537 538 539 540 541 542 543 544 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 537 class CreateCustomPluginResponse < Struct.new( :custom_plugin_arn, :custom_plugin_state, :name, :revision) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the custom plugin.
537 538 539 540 541 542 543 544 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 537 class CreateCustomPluginResponse < Struct.new( :custom_plugin_arn, :custom_plugin_state, :name, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision of the custom plugin.
537 538 539 540 541 542 543 544 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 537 class CreateCustomPluginResponse < Struct.new( :custom_plugin_arn, :custom_plugin_state, :name, :revision) SENSITIVE = [] include Aws::Structure end |