Class: Aws::Types::BatchDeleteTopicReviewedAnswerRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteTopicReviewedAnswerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_ids ⇒ ::Array[::String]
Returns the value of attribute answer_ids.
-
#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
#answer_ids ⇒ ::Array[::String]
Returns the value of attribute answer_ids.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def answer_ids @answer_ids end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def topic_id @topic_id end |