Class: Aws::Proton::Types::CreateEnvironmentTemplateVersionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateEnvironmentTemplateVersionOutput
- 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 environment template detail data that’s returned by Proton.
Instance Attribute Details
#environment_template_version ⇒ Types::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 |