Class: Aws::Proton::Types::DeleteEnvironmentTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteEnvironmentTemplateOutput
- Defined in:
- gems/aws-sdk-proton/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.
1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1169 class DeleteEnvironmentTemplateOutput < Struct.new( :environment_template) SENSITIVE = [] include Aws::Structure end |