Class: Aws::Types::ListTopicReviewedAnswersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTopicReviewedAnswersRequest
- 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.
7895 7896 7897 |
# File 'sig/types.rbs', line 7895 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
7896 7897 7898 |
# File 'sig/types.rbs', line 7896 def topic_id @topic_id end |