Class: Aws::SSM::Types::PatchRuleGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchRuleGroup
- 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
-
#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.
14978 14979 14980 14981 14982 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14978 class PatchRuleGroup < Struct.new( :patch_rules) SENSITIVE = [] include Aws::Structure end |