Class: Aws::Types::ListReviewTemplateAnswersOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_summaries ⇒ ::Array[Types::ReviewTemplateAnswerSummary]

Returns the value of attribute answer_summaries.



1354
1355
1356
# File 'sig/types.rbs', line 1354

def answer_summaries
  @answer_summaries
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def lens_alias
  @lens_alias
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def next_token
  @next_token
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def template_arn
  @template_arn
end