Class: Aws::Types::UpdateRecommendationStatusRequestEntry
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRecommendationStatusRequestEntry
- 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.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def app_component_id @app_component_id end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def entry_id @entry_id end |
#exclude_reason ⇒ "AlreadyImplemented", ...
Returns the value of attribute exclude_reason.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def exclude_reason @exclude_reason end |
#excluded ⇒ Boolean
Returns the value of attribute excluded.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def excluded @excluded end |
#item ⇒ Types::UpdateRecommendationStatusItem
Returns the value of attribute item.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def item @item end |
#reference_id ⇒ ::String
Returns the value of attribute reference_id.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def reference_id @reference_id end |