Class: Aws::SSM::Types::PatchRuleGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

A set of rules defining the approval rules for a patch baseline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#patch_rulesArray<Types::PatchRule>

The rules that make up the rule group.

Returns:



14611
14612
14613
14614
14615
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14611

class PatchRuleGroup < Struct.new(
  :patch_rules)
  SENSITIVE = []
  include Aws::Structure
end