Class: Aws::Types::ProactiveOrganizationInsightSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProactiveOrganizationInsightSummary
- 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.
-
#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
#account_id ⇒ ::String
Returns the value of attribute account_id.
735 736 737 |
# File 'sig/types.rbs', line 735 def account_id @account_id end |
#id ⇒ ::String
Returns the value of attribute id.
734 735 736 |
# File 'sig/types.rbs', line 734 def id @id end |
#insight_time_range ⇒ Types::InsightTimeRange
Returns the value of attribute insight_time_range.
740 741 742 |
# File 'sig/types.rbs', line 740 def insight_time_range @insight_time_range end |
#name ⇒ ::String
Returns the value of attribute name.
737 738 739 |
# File 'sig/types.rbs', line 737 def name @name end |
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
736 737 738 |
# File 'sig/types.rbs', line 736 def organizational_unit_id @organizational_unit_id end |
#prediction_time_range ⇒ Types::PredictionTimeRange
Returns the value of attribute prediction_time_range.
741 742 743 |
# File 'sig/types.rbs', line 741 def prediction_time_range @prediction_time_range end |
#resource_collection ⇒ Types::ResourceCollection
Returns the value of attribute resource_collection.
742 743 744 |
# File 'sig/types.rbs', line 742 def resource_collection @resource_collection end |
#service_collection ⇒ Types::ServiceCollection
Returns the value of attribute service_collection.
743 744 745 |
# File 'sig/types.rbs', line 743 def service_collection @service_collection end |
#severity ⇒ "LOW", ...
Returns the value of attribute severity.
738 739 740 |
# File 'sig/types.rbs', line 738 def severity @severity end |
#status ⇒ "ONGOING", "CLOSED"
Returns the value of attribute status.
739 740 741 |
# File 'sig/types.rbs', line 739 def status @status end |