Class: Aws::KafkaConnect::Types::CreateCustomPluginResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_plugin_arnString

The Amazon Resource Name (ARN) that Amazon assigned to the custom plugin.

Returns:

  • (String)


537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-kafkaconnect/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_stateString

The state of the custom plugin.

Returns:

  • (String)


537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-kafkaconnect/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

#nameString

The name of the custom plugin.

Returns:

  • (String)


537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-kafkaconnect/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

#revisionInteger

The revision of the custom plugin.

Returns:

  • (Integer)


537
538
539
540
541
542
543
544
# File 'gems/aws-sdk-kafkaconnect/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