Module: Aws::Kafka::Client::_DescribeTopicResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeTopicResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#configs::String

Returns:

  • (::String)


456
# File 'sig/client.rbs', line 456

def configs: () -> ::String

#partition_count::Integer

Returns:

  • (::Integer)


455
# File 'sig/client.rbs', line 455

def partition_count: () -> ::Integer

#replication_factor::Integer

Returns:

  • (::Integer)


454
# File 'sig/client.rbs', line 454

def replication_factor: () -> ::Integer

#status"CREATING", ...

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE")


457
# File 'sig/client.rbs', line 457

def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")

#topic_arn::String

Returns:

  • (::String)


452
# File 'sig/client.rbs', line 452

def topic_arn: () -> ::String

#topic_name::String

Returns:

  • (::String)


453
# File 'sig/client.rbs', line 453

def topic_name: () -> ::String