Class: Aws::Types::PackageConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PackageConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_requirement ⇒ "REQUIRED", ...
Returns the value of attribute configuration_requirement.
-
#license_filepath ⇒ ::String
Returns the value of attribute license_filepath.
-
#license_requirement ⇒ "REQUIRED", ...
Returns the value of attribute license_requirement.
-
#requires_restart_for_configuration_update ⇒ Boolean
Returns the value of attribute requires_restart_for_configuration_update.
Instance Attribute Details
#configuration_requirement ⇒ "REQUIRED", ...
Returns the value of attribute configuration_requirement.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def configuration_requirement @configuration_requirement end |
#license_filepath ⇒ ::String
Returns the value of attribute license_filepath.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def license_filepath @license_filepath end |
#license_requirement ⇒ "REQUIRED", ...
Returns the value of attribute license_requirement.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def license_requirement @license_requirement end |
#requires_restart_for_configuration_update ⇒ Boolean
Returns the value of attribute requires_restart_for_configuration_update.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def requires_restart_for_configuration_update @requires_restart_for_configuration_update end |