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
5048 5049 5050 5051 5052 5053 5054 |
# File 'lib/aws-sdk-kafka/types.rb', line 5048 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.
5048 5049 5050 5051 5052 5053 5054 |
# File 'lib/aws-sdk-kafka/types.rb', line 5048 class UpdateConnectivityRequest < Struct.new( :cluster_arn, :connectivity_info, :current_version) SENSITIVE = [] include Aws::Structure end |
#current_version ⇒ String
The current version of the cluster.
5048 5049 5050 5051 5052 5053 5054 |
# File 'lib/aws-sdk-kafka/types.rb', line 5048 class UpdateConnectivityRequest < Struct.new( :cluster_arn, :connectivity_info, :current_version) SENSITIVE = [] include Aws::Structure end |