Class: Aws::Types::BatchCreateTopicReviewedAnswerRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answers::Array[Types::CreateTopicReviewedAnswer]

Returns the value of attribute answers.

Returns:



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.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def 
  @aws_account_id
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


989
990
991
# File 'sig/types.rbs', line 989

def topic_id
  @topic_id
end