Module: Aws::Kafka::Client::_DescribeChannelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeChannelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel_arn ⇒ ::String
- #channel_name ⇒ ::String
- #cluster_operation_arn ⇒ ::String
- #creation_time ⇒ ::Time
- #destination_type ⇒ "ICEBERG", "S3"
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
- #logging_info ⇒ Types::ChannelLoggingInfo
- #s3_destination_configuration ⇒ Types::S3DestinationConfiguration
- #state_info ⇒ Types::ChannelStateInfo
- #status ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
Instance Method Details
#channel_arn ⇒ ::String
523 |
# File 'sig/client.rbs', line 523 def channel_arn: () -> ::String |
#channel_name ⇒ ::String
524 |
# File 'sig/client.rbs', line 524 def channel_name: () -> ::String |
#cluster_operation_arn ⇒ ::String
534 |
# File 'sig/client.rbs', line 534 def cluster_operation_arn: () -> ::String |
#creation_time ⇒ ::Time
530 |
# File 'sig/client.rbs', line 530 def creation_time: () -> ::Time |
#destination_type ⇒ "ICEBERG", "S3"
529 |
# File 'sig/client.rbs', line 529 def destination_type: () -> ("ICEBERG" | "S3") |
#encryption_configuration ⇒ Types::EncryptionConfiguration
525 |
# File 'sig/client.rbs', line 525 def encryption_configuration: () -> Types::EncryptionConfiguration |
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
526 |
# File 'sig/client.rbs', line 526 def iceberg_destination_configuration: () -> Types::IcebergDestinationConfiguration |
#logging_info ⇒ Types::ChannelLoggingInfo
532 |
# File 'sig/client.rbs', line 532 def logging_info: () -> Types::ChannelLoggingInfo |
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
527 |
# File 'sig/client.rbs', line 527 def s3_destination_configuration: () -> Types::S3DestinationConfiguration |
#state_info ⇒ Types::ChannelStateInfo
533 |
# File 'sig/client.rbs', line 533 def state_info: () -> Types::ChannelStateInfo |
#status ⇒ "CREATING", ...
528 |
# File 'sig/client.rbs', line 528 def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED" | "SUSPENDING" | "SUSPENDED") |
#tags ⇒ ::Hash[::String, ::String]
535 |
# File 'sig/client.rbs', line 535 def tags: () -> ::Hash[::String, ::String] |
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
531 |
# File 'sig/client.rbs', line 531 def topic_configuration_list: () -> ::Array[Types::TopicConfiguration] |