Class: Aws::KafkaConnect::Types::CustomPluginRevisionSummary

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

Overview

Details about the revision of a custom plugin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeString

The format of the plugin file.

Returns:

  • (String)


724
725
726
727
728
729
730
731
732
733
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 724

class CustomPluginRevisionSummary < Struct.new(
  :content_type,
  :creation_time,
  :description,
  :file_description,
  :location,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that the custom plugin was created.

Returns:

  • (Time)


724
725
726
727
728
729
730
731
732
733
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 724

class CustomPluginRevisionSummary < Struct.new(
  :content_type,
  :creation_time,
  :description,
  :file_description,
  :location,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the custom plugin.

Returns:

  • (String)


724
725
726
727
728
729
730
731
732
733
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 724

class CustomPluginRevisionSummary < Struct.new(
  :content_type,
  :creation_time,
  :description,
  :file_description,
  :location,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#file_descriptionTypes::CustomPluginFileDescription

Details about the custom plugin file.



724
725
726
727
728
729
730
731
732
733
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 724

class CustomPluginRevisionSummary < Struct.new(
  :content_type,
  :creation_time,
  :description,
  :file_description,
  :location,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#locationTypes::CustomPluginLocationDescription

Information about the location of the custom plugin.



724
725
726
727
728
729
730
731
732
733
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 724

class CustomPluginRevisionSummary < Struct.new(
  :content_type,
  :creation_time,
  :description,
  :file_description,
  :location,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionInteger

The revision of the custom plugin.

Returns:

  • (Integer)


724
725
726
727
728
729
730
731
732
733
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 724

class CustomPluginRevisionSummary < Struct.new(
  :content_type,
  :creation_time,
  :description,
  :file_description,
  :location,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end