Class: Aws::Proton::Types::DeleteServiceTemplateVersionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::DeleteServiceTemplateVersionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_template_version ⇒ Types::ServiceTemplateVersion
The detailed data of the service template version being deleted.
Instance Attribute Details
#service_template_version ⇒ Types::ServiceTemplateVersion
The detailed data of the service template version being deleted.
1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-proton/types.rb', line 1738 class DeleteServiceTemplateVersionOutput < Struct.new( :service_template_version) SENSITIVE = [] include Aws::Structure end |