Class: Aws::Types::GetReviewTemplateAnswerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def lens_alias
  @lens_alias
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def question_id
  @question_id
end

#template_arn ⇒ ::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def template_arn
  @template_arn
end