Class: Aws::Proton::Types::DeleteServiceTemplateOutput

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

#service_templateTypes::ServiceTemplate

The detailed data of the service template being deleted.



1704
1705
1706
1707
1708
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1704

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