Class: Aws::Kafka::Types::CreateChannelResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#channel_arnString

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

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the cluster operation.

Returns:

  • (String)


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