Class: Aws::EC2::Types::DeleteLaunchTemplateVersionsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#successfully_deleted_launch_template_versionsArray<Types::DeleteLaunchTemplateVersionsResponseSuccessItem>

Information about the launch template versions that were successfully deleted.



8156
8157
8158
8159
8160
# File 'lib/aws-sdk-ec2/types.rb', line 8156

class DeleteLaunchTemplateVersionsResult < Struct.new(
  :successfully_deleted_launch_template_versions,
  :unsuccessfully_deleted_launch_template_versions)
  include Aws::Structure
end

#unsuccessfully_deleted_launch_template_versionsArray<Types::DeleteLaunchTemplateVersionsResponseErrorItem>

Information about the launch template versions that could not be deleted.



8156
8157
8158
8159
8160
# File 'lib/aws-sdk-ec2/types.rb', line 8156

class DeleteLaunchTemplateVersionsResult < Struct.new(
  :successfully_deleted_launch_template_versions,
  :unsuccessfully_deleted_launch_template_versions)
  include Aws::Structure
end