Class: Aws::Kafka::Types::DeleteChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::DeleteChannelRequest
- Defined in:
- gems/aws-sdk-kafka/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.
3385 3386 3387 3388 3389 3390 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3385 class DeleteChannelRequest < Struct.new( :channel_arn, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
3385 3386 3387 3388 3389 3390 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3385 class DeleteChannelRequest < Struct.new( :channel_arn, :cluster_arn) SENSITIVE = [] include Aws::Structure end |