Class: Aws::Proton::Types::GetEnvironmentTemplateVersionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentTemplateVersionOutput
- 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 requested environment template version.
Instance Attribute Details
#environment_template_version ⇒ Types::EnvironmentTemplateVersion
The detailed data of the requested environment template version.
2906 2907 2908 2909 2910 |
# File 'lib/aws-sdk-proton/types.rb', line 2906 class GetEnvironmentTemplateVersionOutput < Struct.new( :environment_template_version) SENSITIVE = [] include Aws::Structure end |