Class: Aws::Types::DescribeTopicResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configs ⇒ ::String
Returns the value of attribute configs.
-
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
-
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#configs ⇒ ::String
Returns the value of attribute configs.
590 591 592 |
# File 'sig/types.rbs', line 590 def configs @configs end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
589 590 591 |
# File 'sig/types.rbs', line 589 def partition_count @partition_count end |
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
588 589 590 |
# File 'sig/types.rbs', line 588 def replication_factor @replication_factor end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
591 592 593 |
# File 'sig/types.rbs', line 591 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
586 587 588 |
# File 'sig/types.rbs', line 586 def topic_arn @topic_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
587 588 589 |
# File 'sig/types.rbs', line 587 def topic_name @topic_name end |