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

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


4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4135

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

#latest_revisionTypes::ConfigurationRevision

Latest revision of the configuration.



4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4135

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