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.
457 458 459 |
# File 'sig/types.rbs', line 457 def cluster_arn @cluster_arn end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
458 459 460 |
# File 'sig/types.rbs', line 458 def topic_name @topic_name end |