Class: Aws::Types::LicenseRecommendationOption
- Inherits:
-
Object
- Object
- Aws::Types::LicenseRecommendationOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_edition ⇒ "Enterprise", ...
Returns the value of attribute license_edition.
-
#license_model ⇒ "LicenseIncluded", "BringYourOwnLicense"
Returns the value of attribute license_model.
-
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
-
#rank ⇒ ::Integer
Returns the value of attribute rank.
-
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
Instance Attribute Details
#license_edition ⇒ "Enterprise", ...
Returns the value of attribute license_edition.
950 951 952 |
# File 'sig/types.rbs', line 950 def license_edition @license_edition end |
#license_model ⇒ "LicenseIncluded", "BringYourOwnLicense"
Returns the value of attribute license_model.
951 952 953 |
# File 'sig/types.rbs', line 951 def license_model @license_model end |
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
949 950 951 |
# File 'sig/types.rbs', line 949 def @operating_system end |
#rank ⇒ ::Integer
Returns the value of attribute rank.
948 949 950 |
# File 'sig/types.rbs', line 948 def rank @rank end |
#savings_opportunity ⇒ Types::SavingsOpportunity
Returns the value of attribute savings_opportunity.
952 953 954 |
# File 'sig/types.rbs', line 952 def savings_opportunity @savings_opportunity end |