Class: Aws::Proton::Types::UpdateEnvironmentTemplateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description, :display_name]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the environment template update.

Returns:

  • (String)


6164
6165
6166
6167
6168
6169
6170
# File 'gems/aws-sdk-proton/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_nameString

The name of the environment template to update as displayed in the developer interface.

Returns:

  • (String)


6164
6165
6166
6167
6168
6169
6170
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6164

class UpdateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :name)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end

#nameString

The name of the environment template to update.

Returns:

  • (String)


6164
6165
6166
6167
6168
6169
6170
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6164

class UpdateEnvironmentTemplateInput < Struct.new(
  :description,
  :display_name,
  :name)
  SENSITIVE = [:description, :display_name]
  include Aws::Structure
end