Class: Aws::Types::GetReviewTemplateAnswerOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer ⇒ Types::ReviewTemplateAnswer

Returns the value of attribute answer.



884
885
886
# File 'sig/types.rbs', line 884

def answer
  @answer
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def lens_alias
  @lens_alias
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def template_arn
  @template_arn
end