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.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def additional_info @additional_info end |
#category ⇒ "UPGRADE_READINESS", ...
Returns the value of attribute category.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def category @category end |
#category_specific_summary ⇒ Types::InsightCategorySpecificSummary
Returns the value of attribute category_specific_summary.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def category_specific_summary @category_specific_summary end |
#description ⇒ ::String
Returns the value of attribute description.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def id @id end |
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def insight_status @insight_status end |
#kubernetes_version ⇒ ::String
Returns the value of attribute kubernetes_version.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def kubernetes_version @kubernetes_version end |
#last_refresh_time ⇒ ::Time
Returns the value of attribute last_refresh_time.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def last_refresh_time @last_refresh_time end |
#last_transition_time ⇒ ::Time
Returns the value of attribute last_transition_time.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def last_transition_time @last_transition_time end |
#name ⇒ ::String
Returns the value of attribute name.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def name @name end |
#recommendation ⇒ ::String
Returns the value of attribute recommendation.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def recommendation @recommendation end |
#resources ⇒ ::Array[Types::InsightResourceDetail]
Returns the value of attribute resources.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def resources @resources end |