Class: Aws::Kafka::Types::Serverless
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::Serverless
- 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
-
#client_authentication ⇒ Types::ServerlessClientAuthentication
Information about the serverless cluster client authentication.
-
#connectivity_info ⇒ Types::ServerlessConnectivityInfo
Describes the cluster's connectivity information, such as its network type, which is IPv4 or DUAL.
-
#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.
3130 3131 3132 3133 3134 3135 3136 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3130 class Serverless < Struct.new( :vpc_configs, :client_authentication, :connectivity_info) SENSITIVE = [] include Aws::Structure end |
#connectivity_info ⇒ Types::ServerlessConnectivityInfo
Describes the cluster's connectivity information, such as its network type, which is IPv4 or DUAL.
3130 3131 3132 3133 3134 3135 3136 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3130 class Serverless < Struct.new( :vpc_configs, :client_authentication, :connectivity_info) SENSITIVE = [] include Aws::Structure end |
#vpc_configs ⇒ Array<Types::VpcConfig>
Information on vpc config for the serverless cluster.
3130 3131 3132 3133 3134 3135 3136 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3130 class Serverless < Struct.new( :vpc_configs, :client_authentication, :connectivity_info) SENSITIVE = [] include Aws::Structure end |