Class: Aws::Kafka::Types::UpdateConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateConfigurationRequest
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
-
#description ⇒ String
The description of the configuration.
-
#server_properties ⇒ String
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
3247 3248 3249 3250 3251 3252 3253 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3247 class UpdateConfigurationRequest < Struct.new( :arn, :description, :server_properties) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the configuration.
3247 3248 3249 3250 3251 3252 3253 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3247 class UpdateConfigurationRequest < Struct.new( :arn, :description, :server_properties) SENSITIVE = [] include Aws::Structure end |
#server_properties ⇒ String
3247 3248 3249 3250 3251 3252 3253 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3247 class UpdateConfigurationRequest < Struct.new( :arn, :description, :server_properties) SENSITIVE = [] include Aws::Structure end |