Class: Aws::Kafka::Types::Serverless

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

Overview

Describes the serverless cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_authenticationTypes::ServerlessClientAuthentication

Information about the serverless cluster client authentication.



2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2792

class Serverless < Struct.new(
  :vpc_configs,
  :client_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configsArray<Types::VpcConfig>

Information on vpc config for the serverless cluster.

Returns:



2792
2793
2794
2795
2796
2797
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2792

class Serverless < Struct.new(
  :vpc_configs,
  :client_authentication)
  SENSITIVE = []
  include Aws::Structure
end