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
4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-kafka/types.rb', line 4186 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.
4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-kafka/types.rb', line 4186 class UpdateConnectivityRequest < Struct.new( :cluster_arn, :connectivity_info, :current_version) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the cluster.
4186 4187 4188 4189 4190 4191 4192 |
# File 'lib/aws-sdk-kafka/types.rb', line 4186 class UpdateConnectivityRequest < Struct.new( :cluster_arn, :connectivity_info, :current_version) SENSITIVE = [] include Aws::Structure end |