Class: Aws::Types::PatchGroupPatchBaselineMapping
- Inherits:
-
Object
- Object
- Aws::Types::PatchGroupPatchBaselineMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_identity ⇒ Types::PatchBaselineIdentity
Returns the value of attribute baseline_identity.
-
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
Instance Attribute Details
#baseline_identity ⇒ Types::PatchBaselineIdentity
Returns the value of attribute baseline_identity.
3633 3634 3635 |
# File 'sig/types.rbs', line 3633 def baseline_identity @baseline_identity end |
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
3632 3633 3634 |
# File 'sig/types.rbs', line 3632 def patch_group @patch_group end |