Class: Aws::EC2::Types::DeleteLaunchTemplateVersionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteLaunchTemplateVersionsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      14506 14507 14508 14509 14510 14511  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14506 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.
      14506 14507 14508 14509 14510 14511  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 14506 class DeleteLaunchTemplateVersionsResult < Struct.new( :successfully_deleted_launch_template_versions, :unsuccessfully_deleted_launch_template_versions) SENSITIVE = [] include Aws::Structure end  |