Class: Aws::Proton::Types::CreateEnvironmentTemplateVersionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_template_versionTypes::EnvironmentTemplateVersion

The environment template detail data that’s returned by Proton.



970
971
972
973
974
# File 'lib/aws-sdk-proton/types.rb', line 970

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