Class: Aws::Kafka::Types::UpdateConnectivityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateConnectivityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for UpdateConnectivity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
-
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster.
4228 4229 4230 4231 4232 4233 |
# File 'lib/aws-sdk-kafka/types.rb', line 4228 class UpdateConnectivityResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
4228 4229 4230 4231 4232 4233 |
# File 'lib/aws-sdk-kafka/types.rb', line 4228 class UpdateConnectivityResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |