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

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

The time that the custom plugin was created.

Returns:

  • (Time)


848
849
850
851
852
853
854
855
856
857
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 848

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

#custom_plugin_arn ⇒ String

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

Returns:

  • (String)


848
849
850
851
852
853
854
855
856
857
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 848

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

#custom_plugin_state ⇒ String

The state of the custom plugin.

Returns:

  • (String)


848
849
850
851
852
853
854
855
856
857
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 848

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

#description ⇒ String

A description of the custom plugin.

Returns:

  • (String)


848
849
850
851
852
853
854
855
856
857
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 848

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

#latest_revision ⇒ Types::CustomPluginRevisionSummary

The latest revision of the custom plugin.



848
849
850
851
852
853
854
855
856
857
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 848

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

#name ⇒ String

The name of the custom plugin.

Returns:

  • (String)


848
849
850
851
852
853
854
855
856
857
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 848

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