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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)

590
591
592
593
594
595
596
597
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 590

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)

590
591
592
593
594
595
596
597
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 590

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)

590
591
592
593
594
595
596
597
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 590

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)

590
591
592
593
594
595
596
597
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 590

class CreateCustomPluginResponse < Struct.new(
  :custom_plugin_arn,
  :custom_plugin_state,
  :name,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end