Class: Aws::Types::ReactiveInsight
- Inherits:
-
Object
- Object
- Aws::Types::ReactiveInsight
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#insight_time_range ⇒ Types::InsightTimeRange
Returns the value of attribute insight_time_range.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
-
#ssm_ops_item_id ⇒ ::String
Returns the value of attribute ssm_ops_item_id.
-
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
797 798 799 |
# File 'sig/types.rbs', line 797 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
790 791 792 |
# File 'sig/types.rbs', line 790 def id @id end |
#insight_time_range ⇒ Types::InsightTimeRange
Returns the value of attribute insight_time_range.
794 795 796 |
# File 'sig/types.rbs', line 794 def insight_time_range @insight_time_range end |
#name ⇒ ::String
Returns the value of attribute name.
791 792 793 |
# File 'sig/types.rbs', line 791 def name @name end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
795 796 797 |
# File 'sig/types.rbs', line 795 def resource_collection @resource_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
792 793 794 |
# File 'sig/types.rbs', line 792 def severity @severity end |
#ssm_ops_item_id ⇒ ::String
Returns the value of attribute ssm_ops_item_id.
796 797 798 |
# File 'sig/types.rbs', line 796 def ssm_ops_item_id @ssm_ops_item_id end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
793 794 795 |
# File 'sig/types.rbs', line 793 def status @status end |