Class: Aws::Types::PatchStatus
- Inherits:
-
Object
- Object
- Aws::Types::PatchStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_date ⇒ ::Time
Returns the value of attribute approval_date.
-
#compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute compliance_level.
-
#deployment_status ⇒ "APPROVED", ...
Returns the value of attribute deployment_status.
Instance Attribute Details
#approval_date ⇒ ::Time
Returns the value of attribute approval_date.
3667 3668 3669 |
# File 'sig/types.rbs', line 3667 def approval_date @approval_date end |
#compliance_level ⇒ "CRITICAL", ...
Returns the value of attribute compliance_level.
3666 3667 3668 |
# File 'sig/types.rbs', line 3666 def compliance_level @compliance_level end |
#deployment_status ⇒ "APPROVED", ...
Returns the value of attribute deployment_status.
3665 3666 3667 |
# File 'sig/types.rbs', line 3665 def deployment_status @deployment_status end |