Class: Aws::Kafka::Types::UpdateChannelResponse

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

Overview

Returns the channel ARN and the cluster-operation ARN that tracks the asynchronous update.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The Amazon Resource Name (ARN) that uniquely identifies the channel.

Returns:

  • (String)


5679
5680
5681
5682
5683
5684
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5679

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

#cluster_operation_arnString

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

Returns:

  • (String)


5679
5680
5681
5682
5683
5684
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 5679

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