Class: Aws::Types::EffectivePatch
- Inherits:
-
Object
- Object
- Aws::Types::EffectivePatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#patch ⇒ Types::Patch
Returns the value of attribute patch.
-
#patch_status ⇒ Types::PatchStatus
Returns the value of attribute patch_status.
Instance Attribute Details
#patch ⇒ Types::Patch
Returns the value of attribute patch.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def patch @patch end |
#patch_status ⇒ Types::PatchStatus
Returns the value of attribute patch_status.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def patch_status @patch_status end |