Class: Aws::Types::QuestionMetric

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#best_practices ⇒ ::Array[Types::BestPractice]

Returns the value of attribute best_practices.

Returns:



1616
1617
1618
# File 'sig/types.rbs', line 1616

def best_practices
  @best_practices
end

#question_id ⇒ ::String

Returns the value of attribute question_id.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def question_id
  @question_id
end

#risk ⇒ "UNANSWERED", ...

Returns the value of attribute risk.

Returns:

  • ("UNANSWERED", "HIGH", "MEDIUM", "NONE", "NOT_APPLICABLE")


1615
1616
1617
# File 'sig/types.rbs', line 1615

def risk
  @risk
end