Class: Aws::Types::LicenseConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


918
919
920
# File 'sig/types.rbs', line 918

def instance_type
  @instance_type
end

#license_edition"Enterprise", ...

Returns the value of attribute license_edition.

Returns:

  • ("Enterprise", "Standard", "Free", "NoLicenseEditionFound")


920
921
922
# File 'sig/types.rbs', line 920

def license_edition
  @license_edition
end

#license_model"LicenseIncluded", "BringYourOwnLicense"

Returns the value of attribute license_model.

Returns:

  • ("LicenseIncluded", "BringYourOwnLicense")


922
923
924
# File 'sig/types.rbs', line 922

def license_model
  @license_model
end

#license_name"SQLServer"

Returns the value of attribute license_name.

Returns:

  • ("SQLServer")


921
922
923
# File 'sig/types.rbs', line 921

def license_name
  @license_name
end

#license_version::String

Returns the value of attribute license_version.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def license_version
  @license_version
end

#metrics_source::Array[Types::MetricSource]

Returns the value of attribute metrics_source.

Returns:



924
925
926
# File 'sig/types.rbs', line 924

def metrics_source
  @metrics_source
end

#number_of_cores::Integer

Returns the value of attribute number_of_cores.

Returns:

  • (::Integer)


917
918
919
# File 'sig/types.rbs', line 917

def number_of_cores
  @number_of_cores
end

#operating_system::String

Returns the value of attribute operating_system.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def operating_system
  @operating_system
end