Module: Aws::CodeGuruProfiler::Client::_GetRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #anomalies ⇒ ::Array[Types::Anomaly]
- #profile_end_time ⇒ ::Time
- #profile_start_time ⇒ ::Time
- #profiling_group_name ⇒ ::String
- #recommendations ⇒ ::Array[Types::Recommendation]
Instance Method Details
#anomalies ⇒ ::Array[Types::Anomaly]
224 |
# File 'sig/client.rbs', line 224
def anomalies: () -> ::Array[Types::Anomaly]
|
#profile_end_time ⇒ ::Time
225 |
# File 'sig/client.rbs', line 225
def profile_end_time: () -> ::Time
|
#profile_start_time ⇒ ::Time
226 |
# File 'sig/client.rbs', line 226
def profile_start_time: () -> ::Time
|
#profiling_group_name ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def profiling_group_name: () -> ::String
|
#recommendations ⇒ ::Array[Types::Recommendation]
228 |
# File 'sig/client.rbs', line 228
def recommendations: () -> ::Array[Types::Recommendation]
|