Class: Aws::Kafka::Types::ChannelInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::ChannelInfo
- 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
-
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
-
#channel_name ⇒ String
The name of the channel.
-
#cluster_operation_arn ⇒ String
The Amazon Resource Name (ARN) of the in-flight cluster operation.
-
#creation_time ⇒ Time
The time when the channel was created.
-
#destination_type ⇒ String
The type of destination configured for the channel.
-
#status ⇒ String
The current lifecycle state of the channel.
Instance Attribute Details
#channel_arn ⇒ String
The Amazon Resource Name (ARN) that uniquely identifies the channel.
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_name ⇒ String
The name of the channel.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the in-flight cluster operation. Returned only while the channel is in CREATING, UPDATING, or DELETING.
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_time ⇒ Time
The time when the channel was created.
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_type ⇒ String
The type of destination configured for the channel.
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 |
#status ⇒ String
The current lifecycle state of the channel.
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 |