Class: Aws::Proton::Types::DeleteServiceTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteServiceTemplateOutput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_template ⇒ Types::ServiceTemplate
The service template detail data that's returned by Proton.
Instance Attribute Details
#service_template ⇒ Types::ServiceTemplate
The service template detail data that's returned by Proton.
1312 1313 1314 1315 1316 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1312 class DeleteServiceTemplateOutput < Struct.new( :service_template) SENSITIVE = [] include Aws::Structure end |