Class: Aws::Kafka::Types::UpdateClusterKafkaVersionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Response body for UpdateClusterKafkaVersion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4093

class UpdateClusterKafkaVersionResponse < Struct.new(
  :cluster_arn,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_operation_arnString

The Amazon Resource Name (ARN) of the cluster operation.

Returns:

  • (String)


4093
4094
4095
4096
4097
4098
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 4093

class UpdateClusterKafkaVersionResponse < Struct.new(
  :cluster_arn,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end