Class: Aws::Kafka::Types::DescribeChannelRequest

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)


1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kafka/types.rb', line 1753

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


1753
1754
1755
1756
1757
1758
# File 'lib/aws-sdk-kafka/types.rb', line 1753

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