Class: Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::DeregisterPatchBaselineForPatchGroupResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #baseline_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the patch baseline the patch group was deregistered from.
 - 
  
    
      #patch_group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the patch group deregistered from the patch baseline.
 
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline the patch group was deregistered from.
      4444 4445 4446 4447 4448 4449  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 4444 class DeregisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end  | 
  
#patch_group ⇒ String
The name of the patch group deregistered from the patch baseline.
      4444 4445 4446 4447 4448 4449  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 4444 class DeregisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end  |