Class: Aws::Proton::Types::UpdateEnvironmentTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateEnvironmentTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_template ⇒ Types::EnvironmentTemplate
The environment template detail data that’s returned by Proton.
Instance Attribute Details
#environment_template ⇒ Types::EnvironmentTemplate
The environment template detail data that’s returned by Proton.
6178 6179 6180 6181 6182 |
# File 'lib/aws-sdk-proton/types.rb', line 6178 class UpdateEnvironmentTemplateOutput < Struct.new( :environment_template) SENSITIVE = [] include Aws::Structure end |