Class: Aws::Types::SopRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::SopRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#service_type ⇒ "SSM"
Returns the value of attribute service_type.
Instance Attribute Details
#app_component_name ⇒ ::String
Returns the value of attribute app_component_name.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def app_component_name @app_component_name end |
#description ⇒ ::String
Returns the value of attribute description.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def description @description end |
#items ⇒ ::Array[Types::RecommendationItem]
Returns the value of attribute items.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def items @items end |
#name ⇒ ::String
Returns the value of attribute name.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def name @name end |
#prerequisite ⇒ ::String
Returns the value of attribute prerequisite.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def prerequisite @prerequisite end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def recommendation_id @recommendation_id end |
#recommendation_status ⇒ "Implemented", ...
Returns the value of attribute recommendation_status.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def recommendation_status @recommendation_status end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def reference_id @reference_id end |
#service_type ⇒ "SSM"
Returns the value of attribute service_type.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def service_type @service_type end |