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.
583 584 585 |
# File 'sig/types.rbs', line 583 def configs @configs end |
#partition_count ⇒ ::Integer
Returns the value of attribute partition_count.
582 583 584 |
# File 'sig/types.rbs', line 582 def partition_count @partition_count end |
#replication_factor ⇒ ::Integer
Returns the value of attribute replication_factor.
581 582 583 |
# File 'sig/types.rbs', line 581 def replication_factor @replication_factor end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
584 585 586 |
# File 'sig/types.rbs', line 584 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
579 580 581 |
# File 'sig/types.rbs', line 579 def topic_arn @topic_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
580 581 582 |
# File 'sig/types.rbs', line 580 def topic_name @topic_name end |