Class: Aws::Kafka::Types::UpdateConnectivityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateConnectivityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Request body for UpdateConnectivity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cluster_arn ⇒ String
-
#connectivity_info ⇒ Types::ConnectivityInfo
Information about the broker access configuration.
-
#current_version ⇒ String
The current version of the cluster.
Instance Attribute Details
#cluster_arn ⇒ String
4208 4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-kafka/types.rb', line 4208 class UpdateConnectivityRequest < Struct.new( :cluster_arn, :connectivity_info, :current_version) SENSITIVE = [] include Aws::Structure end |
#connectivity_info ⇒ Types::ConnectivityInfo
Information about the broker access configuration.
4208 4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-kafka/types.rb', line 4208 class UpdateConnectivityRequest < Struct.new( :cluster_arn, :connectivity_info, :current_version) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the cluster.
4208 4209 4210 4211 4212 4213 4214 |
# File 'lib/aws-sdk-kafka/types.rb', line 4208 class UpdateConnectivityRequest < Struct.new( :cluster_arn, :connectivity_info, :current_version) SENSITIVE = [] include Aws::Structure end |