Class: Aws::Proton::Types::DeleteEnvironmentTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteEnvironmentTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the environment template to delete.
Instance Attribute Details
#name ⇒ String
The name of the environment template to delete.
1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-proton/types.rb', line 1555 class DeleteEnvironmentTemplateInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |