Class: Aws::Types::AssessmentRiskRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_components ⇒ ::Array[::String]

Returns the value of attribute app_components.

Returns:

  • (::Array[::String])


184
185
186
# File 'sig/types.rbs', line 184

def app_components
  @app_components
end

#recommendation ⇒ ::String

Returns the value of attribute recommendation.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def recommendation
  @recommendation
end

#risk ⇒ ::String

Returns the value of attribute risk.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def risk
  @risk
end