Class: Aws::Types::BatchUpdateRecommendationStatusSuccessfulEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateRecommendationStatusSuccessfulEntry
- 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.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
-
#exclude_reason ⇒ "AlreadyImplemented", ...
Returns the value of attribute exclude_reason.
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#item ⇒ Types::UpdateRecommendationStatusItem
Returns the value of attribute item.
-
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
Instance Attribute Details
#app_component_id ⇒ ::String
Returns the value of attribute app_component_id.
216 217 218 |
# File 'sig/types.rbs', line 216 def app_component_id @app_component_id end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def entry_id @entry_id end |
#exclude_reason ⇒ "AlreadyImplemented", ...
Returns the value of attribute exclude_reason.
218 219 220 |
# File 'sig/types.rbs', line 218 def exclude_reason @exclude_reason end |
#excluded ⇒ Boolean
Returns the value of attribute excluded.
219 220 221 |
# File 'sig/types.rbs', line 219 def excluded @excluded end |
#item ⇒ Types::UpdateRecommendationStatusItem
Returns the value of attribute item.
220 221 222 |
# File 'sig/types.rbs', line 220 def item @item end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
221 222 223 |
# File 'sig/types.rbs', line 221 def reference_id @reference_id end |