Class: Aws::Kafka::Types::ConfigurationInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ConfigurationInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
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.
824 825 826 827 828 829 |
# File 'lib/aws-sdk-kafka/types.rb', line 824 class ConfigurationInfo < Struct.new( :arn, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision of the configuration to use.
824 825 826 827 828 829 |
# File 'lib/aws-sdk-kafka/types.rb', line 824 class ConfigurationInfo < Struct.new( :arn, :revision) SENSITIVE = [] include Aws::Structure end |