Class: Aws::Kafka::Types::DescribeChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DescribeChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
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_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
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 |