You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::DescribeInstancePatchesResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSM::Types::DescribeInstancePatchesResult
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The token to use when requesting the next set of items. 
- 
  
    
      #patches  ⇒ Array<Types::PatchComplianceData> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Each entry in the array is a structure containing:. 
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
#patches ⇒ Array<Types::PatchComplianceData>
Each entry in the array is a structure containing:
Title (string)
KBId (string)
Classification (string)
Severity (string)
State (string, such as \"INSTALLED\" or \"FAILED\")
InstalledTime (DateTime)
InstalledBy (string)