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)


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

def configs: () -> ::String

#partition_count::Integer

Returns:

  • (::Integer)


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

def partition_count: () -> ::Integer

#replication_factor::Integer

Returns:

  • (::Integer)


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

def replication_factor: () -> ::Integer

#status"CREATING", ...

Returns:

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


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

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

#topic_arn::String

Returns:

  • (::String)


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

def topic_arn: () -> ::String

#topic_name::String

Returns:

  • (::String)


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

def topic_name: () -> ::String