Class: Aws::Kafka::Types::UpdateConfigurationResponse

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

Overview

Response 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)


5026
5027
5028
5029
5030
5031
# File 'lib/aws-sdk-kafka/types.rb', line 5026

class UpdateConfigurationResponse < Struct.new(
  :arn,
  :latest_revision)
  SENSITIVE = []
  include Aws::Structure
end

#latest_revisionTypes::ConfigurationRevision

Latest revision of the configuration.



5026
5027
5028
5029
5030
5031
# File 'lib/aws-sdk-kafka/types.rb', line 5026

class UpdateConfigurationResponse < Struct.new(
  :arn,
  :latest_revision)
  SENSITIVE = []
  include Aws::Structure
end