Class: Aws::Types::DeleteTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTopicRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4329 4330 4331 |
# File 'sig/types.rbs', line 4329 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
4330 4331 4332 |
# File 'sig/types.rbs', line 4330 def topic_id @topic_id end |