Class: Aws::Types::Insight
- Inherits:
-
Object
- Object
- Aws::Types::Insight
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_info.
-
#category ⇒ "UPGRADE_READINESS", ...
Returns the value of attribute category.
-
#category_specific_summary ⇒ Types::InsightCategorySpecificSummary
Returns the value of attribute category_specific_summary.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
-
#kubernetes_version ⇒ ::String
Returns the value of attribute kubernetes_version.
-
#last_refresh_time ⇒ ::Time
Returns the value of attribute last_refresh_time.
-
#last_transition_time ⇒ ::Time
Returns the value of attribute last_transition_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
-
#resources ⇒ ::Array[Types::InsightResourceDetail]
Returns the value of attribute resources.
Instance Attribute Details
#additional_info ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_info.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def additional_info @additional_info end |
#category ⇒ "UPGRADE_READINESS", ...
Returns the value of attribute category.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def category @category end |
#category_specific_summary ⇒ Types::InsightCategorySpecificSummary
Returns the value of attribute category_specific_summary.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def category_specific_summary @category_specific_summary end |
#description ⇒ ::String
Returns the value of attribute description.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def id @id end |
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def insight_status @insight_status end |
#kubernetes_version ⇒ ::String
Returns the value of attribute kubernetes_version.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def kubernetes_version @kubernetes_version end |
#last_refresh_time ⇒ ::Time
Returns the value of attribute last_refresh_time.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def last_refresh_time @last_refresh_time end |
#last_transition_time ⇒ ::Time
Returns the value of attribute last_transition_time.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def last_transition_time @last_transition_time end |
#name ⇒ ::String
Returns the value of attribute name.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def name @name end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def recommendation @recommendation end |
#resources ⇒ ::Array[Types::InsightResourceDetail]
Returns the value of attribute resources.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def resources @resources end |