Class: Aws::Types::ProactiveInsight
- Inherits:
-
Object
- Object
- Aws::Types::ProactiveInsight
- 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.
-
#prediction_time_range ⇒ Types::PredictionTimeRange
Returns the value of attribute prediction_time_range.
-
#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.
716 717 718 |
# File 'sig/types.rbs', line 716 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
708 709 710 |
# File 'sig/types.rbs', line 708 def id @id end |
#insight_time_range ⇒ Types::InsightTimeRange
Returns the value of attribute insight_time_range.
712 713 714 |
# File 'sig/types.rbs', line 712 def insight_time_range @insight_time_range end |
#name ⇒ ::String
Returns the value of attribute name.
709 710 711 |
# File 'sig/types.rbs', line 709 def name @name end |
#prediction_time_range ⇒ Types::PredictionTimeRange
Returns the value of attribute prediction_time_range.
713 714 715 |
# File 'sig/types.rbs', line 713 def prediction_time_range @prediction_time_range end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
714 715 716 |
# File 'sig/types.rbs', line 714 def resource_collection @resource_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
710 711 712 |
# File 'sig/types.rbs', line 710 def severity @severity end |
#ssm_ops_item_id ⇒ ::String
Returns the value of attribute ssm_ops_item_id.
715 716 717 |
# File 'sig/types.rbs', line 715 def ssm_ops_item_id @ssm_ops_item_id end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
711 712 713 |
# File 'sig/types.rbs', line 711 def status @status end |