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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def id @id end |
#insight_status ⇒ Types::InsightStatus
Returns the value of attribute insight_status.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def insight_status @insight_status end |
#kubernetes_version ⇒ ::String
Returns the value of attribute kubernetes_version.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def kubernetes_version @kubernetes_version end |
#last_refresh_time ⇒ ::Time
Returns the value of attribute last_refresh_time.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def last_refresh_time @last_refresh_time end |
#last_transition_time ⇒ ::Time
Returns the value of attribute last_transition_time.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def last_transition_time @last_transition_time end |
#name ⇒ ::String
Returns the value of attribute name.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def name @name end |