Class: Aws::Types::LicenseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LicenseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#license_edition ⇒ "Enterprise", ...
Returns the value of attribute license_edition.
-
#license_model ⇒ "LicenseIncluded", "BringYourOwnLicense"
Returns the value of attribute license_model.
-
#license_name ⇒ "SQLServer"
Returns the value of attribute license_name.
-
#license_version ⇒ ::String
Returns the value of attribute license_version.
-
#metrics_source ⇒ ::Array[Types::MetricSource]
Returns the value of attribute metrics_source.
-
#number_of_cores ⇒ ::Integer
Returns the value of attribute number_of_cores.
-
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
Instance Attribute Details
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
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.
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.
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.
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.
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.
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.
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.
919 920 921 |
# File 'sig/types.rbs', line 919 def @operating_system end |