Class: Aws::KafkaConnect::Types::CustomPluginRevisionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::CustomPluginRevisionSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
Details about the revision of a custom plugin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content_type ⇒ String
The format of the plugin file.
-
#creation_time ⇒ Time
The time that the custom plugin was created.
-
#description ⇒ String
The description of the custom plugin.
-
#file_description ⇒ Types::CustomPluginFileDescription
Details about the custom plugin file.
-
#location ⇒ Types::CustomPluginLocationDescription
Information about the location of the custom plugin.
-
#revision ⇒ Integer
The revision of the custom plugin.
Instance Attribute Details
#content_type ⇒ String
The format of the plugin file.
724 725 726 727 728 729 730 731 732 733 |
# File '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_time ⇒ Time
The time that the custom plugin was created.
724 725 726 727 728 729 730 731 732 733 |
# File '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 |
#description ⇒ String
The description of the custom plugin.
724 725 726 727 728 729 730 731 732 733 |
# File '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_description ⇒ Types::CustomPluginFileDescription
Details about the custom plugin file.
724 725 726 727 728 729 730 731 732 733 |
# File '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 |
#location ⇒ Types::CustomPluginLocationDescription
Information about the location of the custom plugin.
724 725 726 727 728 729 730 731 732 733 |
# File '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 |
#revision ⇒ Integer
The revision of the custom plugin.
724 725 726 727 728 729 730 731 732 733 |
# File '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 |