Class: Aws::Kafka::Types::ConfigurationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ConfigurationInfo
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Note:
When making an API call, you may pass ConfigurationInfo data as a hash:
{
arn: "__string", # required
revision: 1, # required
}
Specifies the configuration to use for the brokers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
ARN of the configuration to use.
-
#revision ⇒ Integer
The revision of the configuration to use.
Instance Attribute Details
#arn ⇒ String
ARN of the configuration to use.
668 669 670 671 672 673 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 668 class ConfigurationInfo < Struct.new( :arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision of the configuration to use.
668 669 670 671 672 673 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 668 class ConfigurationInfo < Struct.new( :arn, :revision) SENSITIVE = [] include Aws::Structure end |