Class: Aws::Types::DescribeTopicRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicRequest
- 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.
5178 5179 5180 |
# File 'sig/types.rbs', line 5178 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5179 5180 5181 |
# File 'sig/types.rbs', line 5179 def topic_id @topic_id end |