Class: Aws::Types::UpdatePatchBaselineResult

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.



4658
4659
4660
# File 'sig/types.rbs', line 4658

def approval_rules
  @approval_rules
end

#approved_patches::Array[::String]

Returns the value of attribute approved_patches.

Returns:

  • (::Array[::String])


4659
4660
4661
# File 'sig/types.rbs', line 4659

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")


4660
4661
4662
# File 'sig/types.rbs', line 4660

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)


4661
4662
4663
# File 'sig/types.rbs', line 4661

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")


4668
4669
4670
# File 'sig/types.rbs', line 4668

def available_security_updates_compliance_status
  @available_security_updates_compliance_status
end

#baseline_id::String

Returns the value of attribute baseline_id.

Returns:

  • (::String)


4654
4655
4656
# File 'sig/types.rbs', line 4654

def baseline_id
  @baseline_id
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


4664
4665
4666
# File 'sig/types.rbs', line 4664

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4666
4667
4668
# File 'sig/types.rbs', line 4666

def description
  @description
end

#global_filtersTypes::PatchFilterGroup

Returns the value of attribute global_filters.



4657
4658
4659
# File 'sig/types.rbs', line 4657

def global_filters
  @global_filters
end

#modified_date::Time

Returns the value of attribute modified_date.

Returns:

  • (::Time)


4665
4666
4667
# File 'sig/types.rbs', line 4665

def modified_date
  @modified_date
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4655
4656
4657
# File 'sig/types.rbs', line 4655

def name
  @name
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")


4656
4657
4658
# File 'sig/types.rbs', line 4656

def operating_system
  @operating_system
end

#rejected_patches::Array[::String]

Returns the value of attribute rejected_patches.

Returns:

  • (::Array[::String])


4662
4663
4664
# File 'sig/types.rbs', line 4662

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")


4663
4664
4665
# File 'sig/types.rbs', line 4663

def rejected_patches_action
  @rejected_patches_action
end

#sources::Array[Types::PatchSource]

Returns the value of attribute sources.

Returns:



4667
4668
4669
# File 'sig/types.rbs', line 4667

def sources
  @sources
end