Class: Aws::Kafka::Types::ConfigurationInfo

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

Overview

Specifies the configuration to use for the brokers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the configuration to use.

Returns:

  • (String)


824
825
826
827
828
829
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 824

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

#revisionInteger

The revision of the configuration to use.

Returns:

  • (Integer)


824
825
826
827
828
829
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 824

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