Class: Aws::Types::DescribeTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
558 559 560 |
# File 'sig/types.rbs', line 558 def cluster_arn @cluster_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
559 560 561 |
# File 'sig/types.rbs', line 559 def topic_name @topic_name end |