Class: Aws::Proton::Types::UpdateEnvironmentTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateEnvironmentTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :display_name]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the environment template update.
-
#display_name ⇒ String
The name of the environment template to update as displayed in the developer interface.
-
#name ⇒ String
The name of the environment template to update.
Instance Attribute Details
#description ⇒ String
A description of the environment template update.
6164 6165 6166 6167 6168 6169 6170 |
# File 'lib/aws-sdk-proton/types.rb', line 6164 class UpdateEnvironmentTemplateInput < Struct.new( :description, :display_name, :name) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#display_name ⇒ String
The name of the environment template to update as displayed in the developer interface.
6164 6165 6166 6167 6168 6169 6170 |
# File 'lib/aws-sdk-proton/types.rb', line 6164 class UpdateEnvironmentTemplateInput < Struct.new( :description, :display_name, :name) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#name ⇒ String
The name of the environment template to update.
6164 6165 6166 6167 6168 6169 6170 |
# File 'lib/aws-sdk-proton/types.rb', line 6164 class UpdateEnvironmentTemplateInput < Struct.new( :description, :display_name, :name) SENSITIVE = [:description, :display_name] include Aws::Structure end |