Class: Aws::Types::GetDefaultPatchBaselineResult
- Inherits:
-
Object
- Object
- Aws::Types::GetDefaultPatchBaselineResult
- 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.
Instance Attribute Details
#baseline_id ⇒ ::String
Returns the value of attribute baseline_id.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def baseline_id @baseline_id end |
#operating_system ⇒ "WINDOWS", ...
Returns the value of attribute operating_system.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def @operating_system end |