Class: Aws::Proton::Types::DeleteServiceTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteServiceTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_template ⇒ Types::ServiceTemplate
The detailed data of the service template being deleted.
Instance Attribute Details
#service_template ⇒ Types::ServiceTemplate
The detailed data of the service template being deleted.
1704 1705 1706 1707 1708 |
# File 'lib/aws-sdk-proton/types.rb', line 1704 class DeleteServiceTemplateOutput < Struct.new( :service_template) SENSITIVE = [] include Aws::Structure end |