Class: Aws::Types::LicenseRecommendationOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#license_edition"Enterprise", ...

Returns the value of attribute license_edition.

Returns:



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.

Returns:



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.

Returns:



949
950
951
# File 'sig/types.rbs', line 949

def operating_system
  @operating_system
end

#rank::Integer

Returns the value of attribute rank.

Returns:



948
949
950
# File 'sig/types.rbs', line 948

def rank
  @rank
end

#savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute savings_opportunity.

Returns:



952
953
954
# File 'sig/types.rbs', line 952

def savings_opportunity
  @savings_opportunity
end