Class: Aws::Types::IdleRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::IdleRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#finding ⇒ "Idle", ...
Returns the value of attribute finding.
-
#finding_description ⇒ ::String
Returns the value of attribute finding_description.
-
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
-
#look_back_period_in_days ⇒ ::Float
Returns the value of attribute look_back_period_in_days.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "EC2Instance", ...
Returns the value of attribute resource_type.
-
#savings_opportunity ⇒ Types::IdleSavingsOpportunity
Returns the value of attribute savings_opportunity.
-
#savings_opportunity_after_discounts ⇒ Types::IdleSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#utilization_metrics ⇒ ::Array[Types::IdleUtilizationMetric]
Returns the value of attribute utilization_metrics.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
720 721 722 |
# File 'sig/types.rbs', line 720 def account_id @account_id end |
#finding ⇒ "Idle", ...
Returns the value of attribute finding.
721 722 723 |
# File 'sig/types.rbs', line 721 def finding @finding end |
#finding_description ⇒ ::String
Returns the value of attribute finding_description.
722 723 724 |
# File 'sig/types.rbs', line 722 def finding_description @finding_description end |
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
727 728 729 |
# File 'sig/types.rbs', line 727 def end |
#look_back_period_in_days ⇒ ::Float
Returns the value of attribute look_back_period_in_days.
726 727 728 |
# File 'sig/types.rbs', line 726 def look_back_period_in_days @look_back_period_in_days end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
717 718 719 |
# File 'sig/types.rbs', line 717 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def resource_id @resource_id end |
#resource_type ⇒ "EC2Instance", ...
Returns the value of attribute resource_type.
719 720 721 |
# File 'sig/types.rbs', line 719 def resource_type @resource_type end |
#savings_opportunity ⇒ Types::IdleSavingsOpportunity
Returns the value of attribute savings_opportunity.
723 724 725 |
# File 'sig/types.rbs', line 723 def savings_opportunity @savings_opportunity end |
#savings_opportunity_after_discounts ⇒ Types::IdleSavingsOpportunityAfterDiscounts
Returns the value of attribute savings_opportunity_after_discounts.
724 725 726 |
# File 'sig/types.rbs', line 724 def savings_opportunity_after_discounts @savings_opportunity_after_discounts end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
728 729 730 |
# File 'sig/types.rbs', line 728 def end |
#utilization_metrics ⇒ ::Array[Types::IdleUtilizationMetric]
Returns the value of attribute utilization_metrics.
725 726 727 |
# File 'sig/types.rbs', line 725 def utilization_metrics @utilization_metrics end |