Class: Aws::Types::GetPatchBaselineResult

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.

Returns:



2120
2121
2122
# File 'sig/types.rbs', line 2120

def approval_rules
  @approval_rules
end

#approved_patches::Array[::String]

Returns the value of attribute approved_patches.

Returns:



2121
2122
2123
# File 'sig/types.rbs', line 2121

def approved_patches
  @approved_patches
end

#approved_patches_compliance_level"CRITICAL", ...

Returns the value of attribute approved_patches_compliance_level.

Returns:



2122
2123
2124
# File 'sig/types.rbs', line 2122

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:



2123
2124
2125
# File 'sig/types.rbs', line 2123

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:



2131
2132
2133
# File 'sig/types.rbs', line 2131

def available_security_updates_compliance_status
  @available_security_updates_compliance_status
end

#baseline_id::String

Returns the value of attribute baseline_id.

Returns:



2116
2117
2118
# File 'sig/types.rbs', line 2116

def baseline_id
  @baseline_id
end

#created_date::Time

Returns the value of attribute created_date.

Returns:



2127
2128
2129
# File 'sig/types.rbs', line 2127

def created_date
  @created_date
end

#description::String

Returns the value of attribute description.

Returns:



2129
2130
2131
# File 'sig/types.rbs', line 2129

def description
  @description
end

#global_filtersTypes::PatchFilterGroup

Returns the value of attribute global_filters.

Returns:



2119
2120
2121
# File 'sig/types.rbs', line 2119

def global_filters
  @global_filters
end

#modified_date::Time

Returns the value of attribute modified_date.

Returns:



2128
2129
2130
# File 'sig/types.rbs', line 2128

def modified_date
  @modified_date
end

#name::String

Returns the value of attribute name.

Returns:



2117
2118
2119
# File 'sig/types.rbs', line 2117

def name
  @name
end

#operating_system"WINDOWS", ...

Returns the value of attribute operating_system.

Returns:



2118
2119
2120
# File 'sig/types.rbs', line 2118

def operating_system
  @operating_system
end

#patch_groups::Array[::String]

Returns the value of attribute patch_groups.

Returns:



2126
2127
2128
# File 'sig/types.rbs', line 2126

def patch_groups
  @patch_groups
end

#rejected_patches::Array[::String]

Returns the value of attribute rejected_patches.

Returns:



2124
2125
2126
# File 'sig/types.rbs', line 2124

def rejected_patches
  @rejected_patches
end

#rejected_patches_action"ALLOW_AS_DEPENDENCY", "BLOCK"

Returns the value of attribute rejected_patches_action.

Returns:



2125
2126
2127
# File 'sig/types.rbs', line 2125

def rejected_patches_action
  @rejected_patches_action
end

#sources::Array[Types::PatchSource]

Returns the value of attribute sources.

Returns:



2130
2131
2132
# File 'sig/types.rbs', line 2130

def sources
  @sources
end