Class: Aws::Types::BatchCreateTopicReviewedAnswerRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateTopicReviewedAnswerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answers ⇒ ::Array[Types::CreateTopicReviewedAnswer]
Returns the value of attribute answers.
-
#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
#answers ⇒ ::Array[Types::CreateTopicReviewedAnswer]
Returns the value of attribute answers.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def answers @answers end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def topic_id @topic_id end |