Class: Aws::Proton::Types::DeleteEnvironmentTemplateVersionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_template_versionTypes::EnvironmentTemplateVersion

The detailed data of the environment template version being deleted.



1601
1602
1603
1604
1605
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1601

class DeleteEnvironmentTemplateVersionOutput < Struct.new(
  :environment_template_version)
  SENSITIVE = []
  include Aws::Structure
end