Class: Aws::Types::ReactiveOrganizationInsightSummary
- Inherits:
-
Object
- Object
- Aws::Types::ReactiveOrganizationInsightSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#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.
-
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
815 816 817 |
# File 'sig/types.rbs', line 815 def account_id @account_id end |
#id ⇒ ::String
Returns the value of attribute id.
814 815 816 |
# File 'sig/types.rbs', line 814 def id @id end |
#insight_time_range ⇒ Types::InsightTimeRange
Returns the value of attribute insight_time_range.
820 821 822 |
# File 'sig/types.rbs', line 820 def insight_time_range @insight_time_range end |
#name ⇒ ::String
Returns the value of attribute name.
817 818 819 |
# File 'sig/types.rbs', line 817 def name @name end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
816 817 818 |
# File 'sig/types.rbs', line 816 def organizational_unit_id @organizational_unit_id end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
821 822 823 |
# File 'sig/types.rbs', line 821 def resource_collection @resource_collection end |
#service_collection ⇒ Types::ServiceCollection
Returns the value of attribute service_collection.
822 823 824 |
# File 'sig/types.rbs', line 822 def service_collection @service_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
818 819 820 |
# File 'sig/types.rbs', line 818 def severity @severity end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
819 820 821 |
# File 'sig/types.rbs', line 819 def status @status end |