Class: Aws::SSM::Types::PatchRuleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchRuleGroup
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#patch_rules ⇒ Array<Types::PatchRule>
The rules that make up the rule group.
Instance Attribute Details
#patch_rules ⇒ Array<Types::PatchRule>
The rules that make up the rule group.
14976 14977 14978 14979 14980 |
# File 'lib/aws-sdk-ssm/types.rb', line 14976 class PatchRuleGroup < Struct.new( :patch_rules) SENSITIVE = [] include Aws::Structure end |