Class: Aws::Types::UpdatePatchBaselineRequest

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.



4640
4641
4642
# File 'sig/types.rbs', line 4640

def approval_rules
  @approval_rules
end

#approved_patches::Array[::String]

Returns the value of attribute approved_patches.

Returns:

  • (::Array[::String])


4641
4642
4643
# File 'sig/types.rbs', line 4641

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


4642
4643
4644
# File 'sig/types.rbs', line 4642

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)


4643
4644
4645
# File 'sig/types.rbs', line 4643

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


4648
4649
4650
# File 'sig/types.rbs', line 4648

def available_security_updates_compliance_status
  @available_security_updates_compliance_status
end

#baseline_id::String

Returns the value of attribute baseline_id.

Returns:

  • (::String)


4637
4638
4639
# File 'sig/types.rbs', line 4637

def baseline_id
  @baseline_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4646
4647
4648
# File 'sig/types.rbs', line 4646

def description
  @description
end

#global_filtersTypes::PatchFilterGroup

Returns the value of attribute global_filters.



4639
4640
4641
# File 'sig/types.rbs', line 4639

def global_filters
  @global_filters
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4638
4639
4640
# File 'sig/types.rbs', line 4638

def name
  @name
end

#rejected_patches::Array[::String]

Returns the value of attribute rejected_patches.

Returns:

  • (::Array[::String])


4644
4645
4646
# File 'sig/types.rbs', line 4644

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


4645
4646
4647
# File 'sig/types.rbs', line 4645

def rejected_patches_action
  @rejected_patches_action
end

#replaceBoolean

Returns the value of attribute replace.

Returns:

  • (Boolean)


4649
4650
4651
# File 'sig/types.rbs', line 4649

def replace
  @replace
end

#sources::Array[Types::PatchSource]

Returns the value of attribute sources.

Returns:



4647
4648
4649
# File 'sig/types.rbs', line 4647

def sources
  @sources
end