Class: Aws::KafkaConnect::Types::CustomPluginSummary

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

Overview

A summary of the custom plugin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that the custom plugin was created.

Returns:

  • (Time)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 763

class CustomPluginSummary < Struct.new(
  :creation_time,
  :custom_plugin_arn,
  :custom_plugin_state,
  :description,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#custom_plugin_arnString

The Amazon Resource Name (ARN) of the custom plugin.

Returns:

  • (String)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 763

class CustomPluginSummary < Struct.new(
  :creation_time,
  :custom_plugin_arn,
  :custom_plugin_state,
  :description,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#custom_plugin_stateString

The state of the custom plugin.

Returns:

  • (String)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 763

class CustomPluginSummary < Struct.new(
  :creation_time,
  :custom_plugin_arn,
  :custom_plugin_state,
  :description,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the custom plugin.

Returns:

  • (String)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 763

class CustomPluginSummary < Struct.new(
  :creation_time,
  :custom_plugin_arn,
  :custom_plugin_state,
  :description,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#latest_revisionTypes::CustomPluginRevisionSummary

The latest revision of the custom plugin.



763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 763

class CustomPluginSummary < Struct.new(
  :creation_time,
  :custom_plugin_arn,
  :custom_plugin_state,
  :description,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the custom plugin.

Returns:

  • (String)


763
764
765
766
767
768
769
770
771
772
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 763

class CustomPluginSummary < Struct.new(
  :creation_time,
  :custom_plugin_arn,
  :custom_plugin_state,
  :description,
  :latest_revision,
  :name)
  SENSITIVE = []
  include Aws::Structure
end