Class: Aws::Types::DescribeAccountOverviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountOverviewResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mean_time_to_recover_in_milliseconds ⇒ ::Integer
Returns the value of attribute mean_time_to_recover_in_milliseconds.
-
#proactive_insights ⇒ ::Integer
Returns the value of attribute proactive_insights.
-
#reactive_insights ⇒ ::Integer
Returns the value of attribute reactive_insights.
Instance Attribute Details
#mean_time_to_recover_in_milliseconds ⇒ ::Integer
Returns the value of attribute mean_time_to_recover_in_milliseconds.
176 177 178 |
# File 'sig/types.rbs', line 176 def mean_time_to_recover_in_milliseconds @mean_time_to_recover_in_milliseconds end |
#proactive_insights ⇒ ::Integer
Returns the value of attribute proactive_insights.
175 176 177 |
# File 'sig/types.rbs', line 175 def proactive_insights @proactive_insights end |
#reactive_insights ⇒ ::Integer
Returns the value of attribute reactive_insights.
174 175 176 |
# File 'sig/types.rbs', line 174 def reactive_insights @reactive_insights end |