You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ConfigurationInfo as input to an Aws::Client method, you can use a vanilla Hash:

{
  arn: "__string", # required
  revision: 1, # required
}

Specifies the configuration to use for the brokers.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the configuration to use.

Returns:

  • (String)

    ARN of the configuration to use.

#revisionInteger

The revision of the configuration to use.

Returns:

  • (Integer)

    The revision of the configuration to use.