Class: Aws::Kafka::Types::DeleteChannelRequest

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

Overview

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)


3237
3238
3239
3240
3241
3242
# File 'lib/aws-sdk-kafka/types.rb', line 3237

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

#cluster_arnString

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

Returns:

  • (String)


3237
3238
3239
3240
3241
3242
# File 'lib/aws-sdk-kafka/types.rb', line 3237

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