Class: Aws::Kafka::Types::UpdateConnectivityResponse

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

Overview

Response body for UpdateConnectivity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the cluster.

Returns:

  • (String)


5068
5069
5070
5071
5072
5073
# File 'lib/aws-sdk-kafka/types.rb', line 5068

class UpdateConnectivityResponse < 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)


5068
5069
5070
5071
5072
5073
# File 'lib/aws-sdk-kafka/types.rb', line 5068

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