Class: Aws::Kafka::Types::UpdateClusterKafkaVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::UpdateClusterKafkaVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Response body for UpdateClusterKafkaVersion.
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.
5923 5924 5925 5926 5927 5928 |
# File 'lib/aws-sdk-kafka/types.rb', line 5923 class UpdateClusterKafkaVersionResponse < 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.
5923 5924 5925 5926 5927 5928 |
# File 'lib/aws-sdk-kafka/types.rb', line 5923 class UpdateClusterKafkaVersionResponse < Struct.new( :cluster_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |