Class: Aws::Types::Insight
- Inherits:
-
Object
- Object
- Aws::Types::Insight
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
-
#is_experimental ⇒ Boolean
Returns the value of attribute is_experimental.
-
#priority ⇒ "CRITICAL", ...
Returns the value of attribute priority.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#type ⇒ "EVENT", "RECOMMENDATION"
Returns the value of attribute type.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def creation_time @creation_time end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def display_name @display_name end |
#insight_id ⇒ ::String
Returns the value of attribute insight_id.
1478 1479 1480 |
# File 'sig/types.rbs', line 1478 def insight_id @insight_id end |
#is_experimental ⇒ Boolean
Returns the value of attribute is_experimental.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def is_experimental @is_experimental end |
#priority ⇒ "CRITICAL", ...
Returns the value of attribute priority.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def priority @priority end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def status @status end |
#type ⇒ "EVENT", "RECOMMENDATION"
Returns the value of attribute type.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def type @type end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def update_time @update_time end |