Class: Aws::EC2::Types::DeleteLaunchTemplateVersionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteLaunchTemplateVersionsResult
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #successfully_deleted_launch_template_versions  ⇒ Array<Types::DeleteLaunchTemplateVersionsResponseSuccessItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the launch template versions that were successfully deleted.
 - 
  
    
      #unsuccessfully_deleted_launch_template_versions  ⇒ Array<Types::DeleteLaunchTemplateVersionsResponseErrorItem> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the launch template versions that could not be deleted.
 
Instance Attribute Details
#successfully_deleted_launch_template_versions ⇒ Array<Types::DeleteLaunchTemplateVersionsResponseSuccessItem>
Information about the launch template versions that were successfully deleted.
      17748 17749 17750 17751 17752 17753  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17748 class DeleteLaunchTemplateVersionsResult < Struct.new( :successfully_deleted_launch_template_versions, :unsuccessfully_deleted_launch_template_versions) SENSITIVE = [] include Aws::Structure end  | 
  
#unsuccessfully_deleted_launch_template_versions ⇒ Array<Types::DeleteLaunchTemplateVersionsResponseErrorItem>
Information about the launch template versions that could not be deleted.
      17748 17749 17750 17751 17752 17753  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17748 class DeleteLaunchTemplateVersionsResult < Struct.new( :successfully_deleted_launch_template_versions, :unsuccessfully_deleted_launch_template_versions) SENSITIVE = [] include Aws::Structure end  |