Class: Aws::Kafka::Types::ChannelInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Summary information about a channel returned by ListChannels.

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)


326
327
328
329
330
331
332
333
334
335
# File 'lib/aws-sdk-kafka/types.rb', line 326

class ChannelInfo < Struct.new(
  :channel_arn,
  :channel_name,
  :status,
  :creation_time,
  :destination_type,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#channel_nameString

The name of the channel.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'lib/aws-sdk-kafka/types.rb', line 326

class ChannelInfo < Struct.new(
  :channel_arn,
  :channel_name,
  :status,
  :creation_time,
  :destination_type,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_operation_arnString

The Amazon Resource Name (ARN) of the in-flight cluster operation. Returned only while the channel is in CREATING, UPDATING, or DELETING.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'lib/aws-sdk-kafka/types.rb', line 326

class ChannelInfo < Struct.new(
  :channel_arn,
  :channel_name,
  :status,
  :creation_time,
  :destination_type,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the channel was created.

Returns:

  • (Time)


326
327
328
329
330
331
332
333
334
335
# File 'lib/aws-sdk-kafka/types.rb', line 326

class ChannelInfo < Struct.new(
  :channel_arn,
  :channel_name,
  :status,
  :creation_time,
  :destination_type,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#destination_typeString

The type of destination configured for the channel.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'lib/aws-sdk-kafka/types.rb', line 326

class ChannelInfo < Struct.new(
  :channel_arn,
  :channel_name,
  :status,
  :creation_time,
  :destination_type,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current lifecycle state of the channel.

Returns:

  • (String)


326
327
328
329
330
331
332
333
334
335
# File 'lib/aws-sdk-kafka/types.rb', line 326

class ChannelInfo < Struct.new(
  :channel_arn,
  :channel_name,
  :status,
  :creation_time,
  :destination_type,
  :cluster_operation_arn)
  SENSITIVE = []
  include Aws::Structure
end