Class: Aws::KafkaConnect::Types::WorkerConfigurationRevisionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::WorkerConfigurationRevisionDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafkaconnect/types.rb
Overview
The description of the worker configuration revision.
Constant Summary collapse
- SENSITIVE =
[:properties_file_content]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that the worker configuration was created.
-
#description ⇒ String
The description of the worker configuration revision.
-
#properties_file_content ⇒ String
Base64 encoded contents of the connect-distributed.properties file.
-
#revision ⇒ Integer
The description of a revision of the worker configuration.
Instance Attribute Details
#creation_time ⇒ Time
The time that the worker configuration was created.
2162 2163 2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2162 class WorkerConfigurationRevisionDescription < Struct.new( :creation_time, :description, :properties_file_content, :revision) SENSITIVE = [:properties_file_content] include Aws::Structure end |
#description ⇒ String
The description of the worker configuration revision.
2162 2163 2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2162 class WorkerConfigurationRevisionDescription < Struct.new( :creation_time, :description, :properties_file_content, :revision) SENSITIVE = [:properties_file_content] include Aws::Structure end |
#properties_file_content ⇒ String
Base64 encoded contents of the connect-distributed.properties file.
2162 2163 2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2162 class WorkerConfigurationRevisionDescription < Struct.new( :creation_time, :description, :properties_file_content, :revision) SENSITIVE = [:properties_file_content] include Aws::Structure end |
#revision ⇒ Integer
The description of a revision of the worker configuration.
2162 2163 2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 2162 class WorkerConfigurationRevisionDescription < Struct.new( :creation_time, :description, :properties_file_content, :revision) SENSITIVE = [:properties_file_content] include Aws::Structure end |