Class: Aws::Types::TestRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::TestRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_component_id ⇒ ::String
Returns the value of attribute app_component_id.
-
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
-
#depends_on_alarms ⇒ ::Array[::String]
Returns the value of attribute depends_on_alarms.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#intent ⇒ ::String
Returns the value of attribute intent.
-
#items ⇒ ::Array[Types::RecommendationItem]
Returns the value of attribute items.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#prerequisite ⇒ ::String
Returns the value of attribute prerequisite.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
-
#recommendation_status ⇒ "Implemented", ...
Returns the value of attribute recommendation_status.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
-
#risk ⇒ "Small", ...
Returns the value of attribute risk.
-
#type ⇒ "Software", ...
Returns the value of attribute type.
Instance Attribute Details
#app_component_id ⇒ ::String
Returns the value of attribute app_component_id.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def app_component_id @app_component_id end |
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def app_component_name @app_component_name end |
#depends_on_alarms ⇒ ::Array[::String]
Returns the value of attribute depends_on_alarms.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def depends_on_alarms @depends_on_alarms end |
#description ⇒ ::String
Returns the value of attribute description.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def description @description end |
#intent ⇒ ::String
Returns the value of attribute intent.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def intent @intent end |
#items ⇒ ::Array[Types::RecommendationItem]
Returns the value of attribute items.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def items @items end |
#name ⇒ ::String
Returns the value of attribute name.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def name @name end |
#prerequisite ⇒ ::String
Returns the value of attribute prerequisite.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def prerequisite @prerequisite end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def recommendation_id @recommendation_id end |
#recommendation_status ⇒ "Implemented", ...
Returns the value of attribute recommendation_status.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def recommendation_status @recommendation_status end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def reference_id @reference_id end |
#risk ⇒ "Small", ...
Returns the value of attribute risk.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def risk @risk end |
#type ⇒ "Software", ...
Returns the value of attribute type.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def type @type end |