Class: Aws::Types::GetPatchBaselineForPatchGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPatchBaselineForPatchGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
-
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
Instance Attribute Details
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def end |
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def patch_group @patch_group end |