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.
15998 15999 16000 16001 16002 16003 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15998 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.
15998 15999 16000 16001 16002 16003 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15998 class DeleteLaunchTemplateVersionsResult < Struct.new( :successfully_deleted_launch_template_versions, :unsuccessfully_deleted_launch_template_versions) SENSITIVE = [] include Aws::Structure end |