Class: Aws::SSM::Types::RegisterPatchBaselineForPatchGroupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::RegisterPatchBaselineForPatchGroupResult
 
 
- 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 registered with.
 - 
  
    
      #patch_group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the patch group registered with the patch baseline.
 
Instance Attribute Details
#baseline_id ⇒ String
The ID of the patch baseline the patch group was registered with.
      15643 15644 15645 15646 15647 15648  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 15643 class RegisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end  | 
  
#patch_group ⇒ String
The name of the patch group registered with the patch baseline.
      15643 15644 15645 15646 15647 15648  | 
    
      # File 'lib/aws-sdk-ssm/types.rb', line 15643 class RegisterPatchBaselineForPatchGroupResult < Struct.new( :baseline_id, :patch_group) SENSITIVE = [] include Aws::Structure end  |