Class: Aws::Types::GetPatchBaselineForPatchGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::GetPatchBaselineForPatchGroupResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
-
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
-
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
Instance Attribute Details
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def baseline_id @baseline_id end |
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def end |
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def patch_group @patch_group end |