Class: Aws::Proton::Types::UpdateServiceTemplateInput

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 service template update.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6553

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

#display_nameString

The name of the service template to update that's displayed in the developer interface.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6553

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

#nameString

The name of the service template to update.

Returns:

  • (String)


6553
6554
6555
6556
6557
6558
6559
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6553

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