Class: Aws::Types::ProactiveInsightSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProactiveInsightSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_arns ⇒ ::Array[::String]
Returns the value of attribute associated_resource_arns.
-
#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.
-
#service_collection ⇒ Types::ServiceCollection
Returns the value of attribute service_collection.
-
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
-
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
Instance Attribute Details
#associated_resource_arns ⇒ ::Array[::String]
Returns the value of attribute associated_resource_arns.
729 730 731 |
# File 'sig/types.rbs', line 729 def associated_resource_arns @associated_resource_arns end |
#id ⇒ ::String
Returns the value of attribute id.
721 722 723 |
# File 'sig/types.rbs', line 721 def id @id end |
#insight_time_range ⇒ Types::InsightTimeRange
Returns the value of attribute insight_time_range.
725 726 727 |
# File 'sig/types.rbs', line 725 def insight_time_range @insight_time_range end |
#name ⇒ ::String
Returns the value of attribute name.
722 723 724 |
# File 'sig/types.rbs', line 722 def name @name end |
#prediction_time_range ⇒ Types::PredictionTimeRange
Returns the value of attribute prediction_time_range.
726 727 728 |
# File 'sig/types.rbs', line 726 def prediction_time_range @prediction_time_range end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
727 728 729 |
# File 'sig/types.rbs', line 727 def resource_collection @resource_collection end |
#service_collection ⇒ Types::ServiceCollection
Returns the value of attribute service_collection.
728 729 730 |
# File 'sig/types.rbs', line 728 def service_collection @service_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
723 724 725 |
# File 'sig/types.rbs', line 723 def severity @severity end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
724 725 726 |
# File 'sig/types.rbs', line 724 def status @status end |