Class: Aws::Proton::Types::DeleteServiceTemplateInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the service template to delete.

Returns:

  • (String)


1692
1693
1694
1695
1696
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1692

class DeleteServiceTemplateInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end