Class: Aws::Types::PackageConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_requirement"REQUIRED", ...

Returns the value of attribute configuration_requirement.

Returns:

  • ("REQUIRED", "OPTIONAL", "NONE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("REQUIRED", "OPTIONAL", "NONE")


1957
1958
1959
# File 'sig/types.rbs', line 1957

def license_requirement
  @license_requirement
end

#requires_restart_for_configuration_updateBoolean

Returns the value of attribute requires_restart_for_configuration_update.

Returns:

  • (Boolean)


1960
1961
1962
# File 'sig/types.rbs', line 1960

def requires_restart_for_configuration_update
  @requires_restart_for_configuration_update
end