Class: Aws::Proton::Types::CreateServiceTemplateVersionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CreateServiceTemplateVersionOutput
- 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 service template version summary of detail data that’s returned by Proton.
Instance Attribute Details
#service_template_version ⇒ Types::ServiceTemplateVersion
The service template version summary of detail data that’s returned by Proton.
1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-proton/types.rb', line 1394 class CreateServiceTemplateVersionOutput < Struct.new( :service_template_version) SENSITIVE = [] include Aws::Structure end |