Class: Aws::Types::AssessmentSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#risk_recommendations ⇒ ::Array[Types::AssessmentRiskRecommendation]

Returns the value of attribute risk_recommendations.



191
192
193
# File 'sig/types.rbs', line 191

def risk_recommendations
  @risk_recommendations
end

#summary ⇒ ::String

Returns the value of attribute summary.

Returns:

  • (::String)


192
193
194
# File 'sig/types.rbs', line 192

def summary
  @summary
end