Class: Aws::Types::DeleteTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTopicRequest
- 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.
450 451 452 |
# File 'sig/types.rbs', line 450 def cluster_arn @cluster_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
451 452 453 |
# File 'sig/types.rbs', line 451 def topic_name @topic_name end |