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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#successfully_deleted_launch_template_versionsArray<Types::DeleteLaunchTemplateVersionsResponseSuccessItem>

Information about the launch template versions that were successfully deleted.



14265
14266
14267
14268
14269
14270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14265

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

#unsuccessfully_deleted_launch_template_versionsArray<Types::DeleteLaunchTemplateVersionsResponseErrorItem>

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



14265
14266
14267
14268
14269
14270
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14265

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