Class: Aws::Kafka::Types::UpdateConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for UpdateConfiguration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
-
#latest_revision ⇒ Types::ConfigurationRevision
Latest revision of the configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the configuration.
4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-kafka/types.rb', line 4186 class UpdateConfigurationResponse < Struct.new( :arn, :latest_revision) SENSITIVE = [] include Aws::Structure end |
#latest_revision ⇒ Types::ConfigurationRevision
Latest revision of the configuration.
4186 4187 4188 4189 4190 4191 |
# File 'lib/aws-sdk-kafka/types.rb', line 4186 class UpdateConfigurationResponse < Struct.new( :arn, :latest_revision) SENSITIVE = [] include Aws::Structure end |