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.
15628 15629 15630 15631 15632 15633 |
# File 'lib/aws-sdk-ec2/types.rb', line 15628 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.
15628 15629 15630 15631 15632 15633 |
# File 'lib/aws-sdk-ec2/types.rb', line 15628 class DeleteLaunchTemplateVersionsResult < Struct.new( :successfully_deleted_launch_template_versions, :unsuccessfully_deleted_launch_template_versions) SENSITIVE = [] include Aws::Structure end |