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.
1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1975 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.
1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1975 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.
1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1975 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.
1975 1976 1977 1978 1979 1980 1981 1982 |
# File 'lib/aws-sdk-kafkaconnect/types.rb', line 1975 class WorkerConfigurationRevisionDescription < Struct.new( :creation_time, :description, :properties_file_content, :revision) SENSITIVE = [:properties_file_content] include Aws::Structure end |