Class: Aws::Types::RightsizingRecommendationMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RightsizingRecommendationMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_metadata ⇒ ::String
Returns the value of attribute additional_metadata.
-
#generation_timestamp ⇒ ::String
Returns the value of attribute generation_timestamp.
-
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#additional_metadata ⇒ ::String
Returns the value of attribute additional_metadata.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def @additional_metadata end |
#generation_timestamp ⇒ ::String
Returns the value of attribute generation_timestamp.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def @generation_timestamp end |
#lookback_period_in_days ⇒ "SEVEN_DAYS", ...
Returns the value of attribute lookback_period_in_days.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def lookback_period_in_days @lookback_period_in_days end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def recommendation_id @recommendation_id end |