Class: Aws::Types::DescribeTopicV2Request
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicV2Request
- 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.
5427 5428 5429 |
# File 'sig/types.rbs', line 5427 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5428 5429 5430 |
# File 'sig/types.rbs', line 5428 def topic_id @topic_id end |