Class: Aws::Types::LicenseRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::LicenseRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#current_license_configuration ⇒ Types::LicenseConfiguration
Returns the value of attribute current_license_configuration.
-
#finding ⇒ "InsufficientMetrics", ...
Returns the value of attribute finding.
-
#finding_reason_codes ⇒ ::Array[("InvalidCloudWatchApplicationInsightsSetup" | "CloudWatchApplicationInsightsError" | "LicenseOverprovisioned" | "Optimized")]
Returns the value of attribute finding_reason_codes.
-
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
-
#license_recommendation_options ⇒ ::Array[Types::LicenseRecommendationOption]
Returns the value of attribute license_recommendation_options.
-
#lookback_period_in_days ⇒ ::Float
Returns the value of attribute lookback_period_in_days.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
930 931 932 |
# File 'sig/types.rbs', line 930 def account_id @account_id end |
#current_license_configuration ⇒ Types::LicenseConfiguration
Returns the value of attribute current_license_configuration.
931 932 933 |
# File 'sig/types.rbs', line 931 def current_license_configuration @current_license_configuration end |
#finding ⇒ "InsufficientMetrics", ...
Returns the value of attribute finding.
934 935 936 |
# File 'sig/types.rbs', line 934 def finding @finding end |
#finding_reason_codes ⇒ ::Array[("InvalidCloudWatchApplicationInsightsSetup" | "CloudWatchApplicationInsightsError" | "LicenseOverprovisioned" | "Optimized")]
Returns the value of attribute finding_reason_codes.
935 936 937 |
# File 'sig/types.rbs', line 935 def finding_reason_codes @finding_reason_codes end |
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
933 934 935 |
# File 'sig/types.rbs', line 933 def @last_refresh_timestamp end |
#license_recommendation_options ⇒ ::Array[Types::LicenseRecommendationOption]
Returns the value of attribute license_recommendation_options.
936 937 938 |
# File 'sig/types.rbs', line 936 def @license_recommendation_options end |
#lookback_period_in_days ⇒ ::Float
Returns the value of attribute lookback_period_in_days.
932 933 934 |
# File 'sig/types.rbs', line 932 def lookback_period_in_days @lookback_period_in_days end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
929 930 931 |
# File 'sig/types.rbs', line 929 def resource_arn @resource_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
937 938 939 |
# File 'sig/types.rbs', line 937 def @tags end |