Class: Aws::Types::GetAnswerInput

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)


750
751
752
# File 'sig/types.rbs', line 750

def lens_alias
  @lens_alias
end

#milestone_number ⇒ ::Integer

Returns the value of attribute milestone_number.

Returns:

  • (::Integer)


752
753
754
# File 'sig/types.rbs', line 752

def milestone_number
  @milestone_number
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def question_id
  @question_id
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def workload_id
  @workload_id
end