Class: Aws::Types::BaselineOverride

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approval_rulesTypes::PatchRuleGroup

Returns the value of attribute approval_rules.



411
412
413
# File 'sig/types.rbs', line 411

def approval_rules
  @approval_rules
end

#approved_patches::Array[::String]

Returns the value of attribute approved_patches.

Returns:

  • (::Array[::String])


412
413
414
# File 'sig/types.rbs', line 412

def approved_patches
  @approved_patches
end

#approved_patches_compliance_level"CRITICAL", ...

Returns the value of attribute approved_patches_compliance_level.

Returns:

  • ("CRITICAL", "HIGH", "MEDIUM", "LOW", "INFORMATIONAL", "UNSPECIFIED")


413
414
415
# File 'sig/types.rbs', line 413

def approved_patches_compliance_level
  @approved_patches_compliance_level
end

#approved_patches_enable_non_securityBoolean

Returns the value of attribute approved_patches_enable_non_security.

Returns:

  • (Boolean)


416
417
418
# File 'sig/types.rbs', line 416

def approved_patches_enable_non_security
  @approved_patches_enable_non_security
end

#available_security_updates_compliance_status"COMPLIANT", "NON_COMPLIANT"

Returns the value of attribute available_security_updates_compliance_status.

Returns:

  • ("COMPLIANT", "NON_COMPLIANT")


418
419
420
# File 'sig/types.rbs', line 418

def available_security_updates_compliance_status
  @available_security_updates_compliance_status
end

#global_filtersTypes::PatchFilterGroup

Returns the value of attribute global_filters.



410
411
412
# File 'sig/types.rbs', line 410

def global_filters
  @global_filters
end

#operating_system"WINDOWS", ...

Returns the value of attribute operating_system.

Returns:

  • ("WINDOWS", "AMAZON_LINUX", "AMAZON_LINUX_2", "AMAZON_LINUX_2022", "UBUNTU", "REDHAT_ENTERPRISE_LINUX", "SUSE", "CENTOS", "ORACLE_LINUX", "DEBIAN", "MACOS", "RASPBIAN", "ROCKY_LINUX", "ALMA_LINUX", "AMAZON_LINUX_2023")


409
410
411
# File 'sig/types.rbs', line 409

def operating_system
  @operating_system
end

#rejected_patches::Array[::String]

Returns the value of attribute rejected_patches.

Returns:

  • (::Array[::String])


414
415
416
# File 'sig/types.rbs', line 414

def rejected_patches
  @rejected_patches
end

#rejected_patches_action"ALLOW_AS_DEPENDENCY", "BLOCK"

Returns the value of attribute rejected_patches_action.

Returns:

  • ("ALLOW_AS_DEPENDENCY", "BLOCK")


415
416
417
# File 'sig/types.rbs', line 415

def rejected_patches_action
  @rejected_patches_action
end

#sources::Array[Types::PatchSource]

Returns the value of attribute sources.

Returns:



417
418
419
# File 'sig/types.rbs', line 417

def sources
  @sources
end