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
504 |
# File 'sig/client.rbs', line 504
def channel_arn: () -> ::String
|
#channel_name ⇒ ::String
505 |
# File 'sig/client.rbs', line 505
def channel_name: () -> ::String
|
#cluster_operation_arn ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def cluster_operation_arn: () -> ::String
|
#creation_time ⇒ ::Time
511 |
# File 'sig/client.rbs', line 511
def creation_time: () -> ::Time
|
#destination_type ⇒ "ICEBERG", "S3"
510 |
# File 'sig/client.rbs', line 510
def destination_type: () -> ("ICEBERG" | "S3")
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
506 |
# File 'sig/client.rbs', line 506
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#iceberg_destination_configuration ⇒ Types::IcebergDestinationConfiguration
507 |
# File 'sig/client.rbs', line 507
def iceberg_destination_configuration: () -> Types::IcebergDestinationConfiguration
|
#logging_info ⇒ Types::ChannelLoggingInfo
513 |
# File 'sig/client.rbs', line 513
def logging_info: () -> Types::ChannelLoggingInfo
|
#s3_destination_configuration ⇒ Types::S3DestinationConfiguration
508 |
# File 'sig/client.rbs', line 508
def s3_destination_configuration: () -> Types::S3DestinationConfiguration
|
#state_info ⇒ Types::ChannelStateInfo
514 |
# File 'sig/client.rbs', line 514
def state_info: () -> Types::ChannelStateInfo
|
#status ⇒ "CREATING", ...
509 |
# File 'sig/client.rbs', line 509
def status: () -> ("CREATING" | "ACTIVE" | "UPDATING" | "DELETING" | "FAILED" | "SUSPENDING" | "SUSPENDED")
|
#tags ⇒ ::Hash[::String, ::String]
516 |
# File 'sig/client.rbs', line 516
def tags: () -> ::Hash[::String, ::String]
|
#topic_configuration_list ⇒ ::Array[Types::TopicConfiguration]
512 |
# File 'sig/client.rbs', line 512
def topic_configuration_list: () -> ::Array[Types::TopicConfiguration]
|