Class: Aws::Types::RecommendationItem
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#already_implemented ⇒ Boolean
Returns the value of attribute already_implemented.
-
#discovered_alarm ⇒ Types::Alarm
Returns the value of attribute discovered_alarm.
-
#exclude_reason ⇒ "AlreadyImplemented", ...
Returns the value of attribute exclude_reason.
-
#excluded ⇒ Boolean
Returns the value of attribute excluded.
-
#latest_discovered_experiment ⇒ Types::Experiment
Returns the value of attribute latest_discovered_experiment.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
-
#target_region ⇒ ::String
Returns the value of attribute target_region.
Instance Attribute Details
#already_implemented ⇒ Boolean
Returns the value of attribute already_implemented.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def already_implemented @already_implemented end |
#discovered_alarm ⇒ Types::Alarm
Returns the value of attribute discovered_alarm.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def discovered_alarm @discovered_alarm end |
#exclude_reason ⇒ "AlreadyImplemented", ...
Returns the value of attribute exclude_reason.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def exclude_reason @exclude_reason end |
#excluded ⇒ Boolean
Returns the value of attribute excluded.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def excluded @excluded end |
#latest_discovered_experiment ⇒ Types::Experiment
Returns the value of attribute latest_discovered_experiment.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def latest_discovered_experiment @latest_discovered_experiment end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def resource_id @resource_id end |
#target_account_id ⇒ ::String
Returns the value of attribute target_account_id.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def target_account_id @target_account_id end |
#target_region ⇒ ::String
Returns the value of attribute target_region.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def target_region @target_region end |