Class: Aws::KafkaConnect::Types::WorkerConfigurationRevisionDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafkaconnect/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

Instance Attribute Details

#creation_timeTime

The time that the worker configuration was created.

Returns:

  • (Time)


1975
1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-kafkaconnect/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

#descriptionString

The description of the worker configuration revision.

Returns:

  • (String)


1975
1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-kafkaconnect/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_contentString

Base64 encoded contents of the connect-distributed.properties file.

Returns:

  • (String)


1975
1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-kafkaconnect/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

#revisionInteger

The description of a revision of the worker configuration.

Returns:

  • (Integer)


1975
1976
1977
1978
1979
1980
1981
1982
# File 'gems/aws-sdk-kafkaconnect/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