Class: Aws::Kafka::Types::CreateChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::CreateChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Returns the channel ARN and the cluster-operation ARN that tracks the asynchronous create.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
-
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-kafka/types.rb', line 1180 class CreateChannelResponse < Struct.new( :channel_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the cluster operation.
1180 1181 1182 1183 1184 1185 |
# File 'lib/aws-sdk-kafka/types.rb', line 1180 class CreateChannelResponse < Struct.new( :channel_arn, :cluster_operation_arn) SENSITIVE = [] include Aws::Structure end |