Module: Aws::DevOpsGuru::Client::_DescribeAccountOverviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeAccountOverviewResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #mean_time_to_recover_in_milliseconds ⇒ ::Integer
- #proactive_insights ⇒ ::Integer
- #reactive_insights ⇒ ::Integer
Instance Method Details
#mean_time_to_recover_in_milliseconds ⇒ ::Integer
125 |
# File 'sig/client.rbs', line 125
def mean_time_to_recover_in_milliseconds: () -> ::Integer
|
#proactive_insights ⇒ ::Integer
124 |
# File 'sig/client.rbs', line 124
def proactive_insights: () -> ::Integer
|
#reactive_insights ⇒ ::Integer
123 |
# File 'sig/client.rbs', line 123
def reactive_insights: () -> ::Integer
|