Class: Aws::SSM::Types::PatchStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PatchStatus
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Information about the approval status of a patch.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#approval_date ⇒ Time
The date the patch was approved (or will be approved if the status is
PENDING_APPROVAL
). -
#compliance_level ⇒ String
The compliance severity level for a patch.
-
#deployment_status ⇒ String
The approval status of a patch.
Instance Attribute Details
#approval_date ⇒ Time
The date the patch was approved (or will be approved if the status
is PENDING_APPROVAL
).
15047 15048 15049 15050 15051 15052 15053 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15047 class PatchStatus < Struct.new( :deployment_status, :compliance_level, :approval_date) SENSITIVE = [] include Aws::Structure end |
#compliance_level ⇒ String
The compliance severity level for a patch.
15047 15048 15049 15050 15051 15052 15053 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15047 class PatchStatus < Struct.new( :deployment_status, :compliance_level, :approval_date) SENSITIVE = [] include Aws::Structure end |
#deployment_status ⇒ String
The approval status of a patch.
15047 15048 15049 15050 15051 15052 15053 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15047 class PatchStatus < Struct.new( :deployment_status, :compliance_level, :approval_date) SENSITIVE = [] include Aws::Structure end |