Class: Aws::Proton::Types::DeleteEnvironmentTemplateVersionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteEnvironmentTemplateVersionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_template_version ⇒ Types::EnvironmentTemplateVersion
The detailed data of the environment template version being deleted.
Instance Attribute Details
#environment_template_version ⇒ Types::EnvironmentTemplateVersion
The detailed data of the environment template version being deleted.
1601 1602 1603 1604 1605 |
# File 'lib/aws-sdk-proton/types.rb', line 1601 class DeleteEnvironmentTemplateVersionOutput < Struct.new( :environment_template_version) SENSITIVE = [] include Aws::Structure end |