Class: Aws::Kafka::Types::Serverless
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::Serverless
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Describes the serverless cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_authentication ⇒ Types::ServerlessClientAuthentication
Information about the serverless cluster client authentication.
-
#vpc_configs ⇒ Array<Types::VpcConfig>
Information on vpc config for the serverless cluster.
Instance Attribute Details
#client_authentication ⇒ Types::ServerlessClientAuthentication
Information about the serverless cluster client authentication.
2811 2812 2813 2814 2815 2816 |
# File 'lib/aws-sdk-kafka/types.rb', line 2811 class Serverless < Struct.new( :vpc_configs, :client_authentication) SENSITIVE = [] include Aws::Structure end |
#vpc_configs ⇒ Array<Types::VpcConfig>
Information on vpc config for the serverless cluster.
2811 2812 2813 2814 2815 2816 |
# File 'lib/aws-sdk-kafka/types.rb', line 2811 class Serverless < Struct.new( :vpc_configs, :client_authentication) SENSITIVE = [] include Aws::Structure end |