Class: Aws::Types::UpdateAnswerInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#choice_updates ⇒ ::Hash[::String, Types::ChoiceUpdate]

Returns the value of attribute choice_updates.

Returns:



1935
1936
1937
# File 'sig/types.rbs', line 1935

def choice_updates
  @choice_updates
end

#is_applicable ⇒ Boolean

Returns the value of attribute is_applicable.

Returns:

  • (Boolean)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def is_applicable
  @is_applicable
end

#lens_alias ⇒ ::String

Returns the value of attribute lens_alias.

Returns:

  • (::String)


1932
1933
1934
# File 'sig/types.rbs', line 1932

def lens_alias
  @lens_alias
end

#notes ⇒ ::String

Returns the value of attribute notes.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def notes
  @notes
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def question_id
  @question_id
end

#reason ⇒ "OUT_OF_SCOPE", ...

Returns the value of attribute reason.

Returns:

  • ("OUT_OF_SCOPE", "BUSINESS_PRIORITIES", "ARCHITECTURE_CONSTRAINTS", "OTHER", "NONE")


1938
1939
1940
# File 'sig/types.rbs', line 1938

def reason
  @reason
end

#selected_choices ⇒ ::Array[::String]

Returns the value of attribute selected_choices.

Returns:

  • (::Array[::String])


1934
1935
1936
# File 'sig/types.rbs', line 1934

def selected_choices
  @selected_choices
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def workload_id
  @workload_id
end