Class: Aws::Types::GetRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anomalies ⇒ ::Array[Types::Anomaly]
Returns the value of attribute anomalies.
-
#profile_end_time ⇒ ::Time
Returns the value of attribute profile_end_time.
-
#profile_start_time ⇒ ::Time
Returns the value of attribute profile_start_time.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
Instance Attribute Details
#anomalies ⇒ ::Array[Types::Anomaly]
Returns the value of attribute anomalies.
213 214 215 |
# File 'sig/types.rbs', line 213 def anomalies @anomalies end |
#profile_end_time ⇒ ::Time
Returns the value of attribute profile_end_time.
214 215 216 |
# File 'sig/types.rbs', line 214 def profile_end_time @profile_end_time end |
#profile_start_time ⇒ ::Time
Returns the value of attribute profile_start_time.
215 216 217 |
# File 'sig/types.rbs', line 215 def profile_start_time @profile_start_time end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
216 217 218 |
# File 'sig/types.rbs', line 216 def profiling_group_name @profiling_group_name end |
#recommendations ⇒ ::Array[Types::Recommendation]
Returns the value of attribute recommendations.
217 218 219 |
# File 'sig/types.rbs', line 217 def recommendations @recommendations end |