Class: Aws::Kafka::Types::DeleteChannelResponse

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

Overview

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

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)


3257
3258
3259
3260
3261
3262
# File 'lib/aws-sdk-kafka/types.rb', line 3257

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


3257
3258
3259
3260
3261
3262
# File 'lib/aws-sdk-kafka/types.rb', line 3257

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