Class: Aws::Types::BatchDeleteTopicReviewedAnswerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_ids::Array[::String]

Returns the value of attribute answer_ids.

Returns:

  • (::Array[::String])


1034
1035
1036
# File 'sig/types.rbs', line 1034

def answer_ids
  @answer_ids
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


1032
1033
1034
# File 'sig/types.rbs', line 1032

def 
  @aws_account_id
end

#topic_id::String

Returns the value of attribute topic_id.

Returns:

  • (::String)


1033
1034
1035
# File 'sig/types.rbs', line 1033

def topic_id
  @topic_id
end