Class: Aws::Types::ReactiveInsightSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReactiveInsightSummary
- 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.
-
#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.
809 810 811 |
# File 'sig/types.rbs', line 809 def associated_resource_arns @associated_resource_arns end |
#id ⇒ ::String
Returns the value of attribute id.
802 803 804 |
# File 'sig/types.rbs', line 802 def id @id end |
#insight_time_range ⇒ Types::InsightTimeRange
Returns the value of attribute insight_time_range.
806 807 808 |
# File 'sig/types.rbs', line 806 def insight_time_range @insight_time_range end |
#name ⇒ ::String
Returns the value of attribute name.
803 804 805 |
# File 'sig/types.rbs', line 803 def name @name end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
807 808 809 |
# File 'sig/types.rbs', line 807 def resource_collection @resource_collection end |
#service_collection ⇒ Types::ServiceCollection
Returns the value of attribute service_collection.
808 809 810 |
# File 'sig/types.rbs', line 808 def service_collection @service_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
804 805 806 |
# File 'sig/types.rbs', line 804 def severity @severity end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
805 806 807 |
# File 'sig/types.rbs', line 805 def status @status end |