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.
990 991 992 |
# File 'sig/types.rbs', line 990 def answers @answers end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
988 989 990 |
# File 'sig/types.rbs', line 988 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
989 990 991 |
# File 'sig/types.rbs', line 989 def topic_id @topic_id end |