Class: Aws::Types::InsightSummary
- Inherits:
-
Object
- Object
- Aws::Types::InsightSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ "UPGRADE_READINESS", ...
Returns the value of attribute category.
-
#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.
Instance Attribute Details
#category ⇒ "UPGRADE_READINESS", ...
Returns the value of attribute category.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def id @id end |
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def insight_status @insight_status end |
#kubernetes_version ⇒ ::String
Returns the value of attribute kubernetes_version.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def kubernetes_version @kubernetes_version end |
#last_refresh_time ⇒ ::Time
Returns the value of attribute last_refresh_time.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def last_refresh_time @last_refresh_time end |
#last_transition_time ⇒ ::Time
Returns the value of attribute last_transition_time.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def last_transition_time @last_transition_time end |
#name ⇒ ::String
Returns the value of attribute name.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def name @name end |