Class: Aws::Kafka::Types::UpdateConfigurationRequest

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

Overview

Request body for UpdateConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the configuration.

Returns:

  • (String)


4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4115

class UpdateConfigurationRequest < Struct.new(
  :arn,
  :description,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the configuration.

Returns:

  • (String)


4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4115

class UpdateConfigurationRequest < Struct.new(
  :arn,
  :description,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end

#server_propertiesString

Returns:

  • (String)


4115
4116
4117
4118
4119
4120
4121
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4115

class UpdateConfigurationRequest < Struct.new(
  :arn,
  :description,
  :server_properties)
  SENSITIVE = []
  include Aws::Structure
end