Class: Aws::Proton::Types::GetEnvironmentTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_template ⇒ Types::EnvironmentTemplate
The detailed data of the requested environment template.
Instance Attribute Details
#environment_template ⇒ Types::EnvironmentTemplate
The detailed data of the requested environment template.
2869 2870 2871 2872 2873 |
# File 'lib/aws-sdk-proton/types.rb', line 2869 class GetEnvironmentTemplateOutput < Struct.new( :environment_template) SENSITIVE = [] include Aws::Structure end |