Class: Aws::Proton::Types::UpdateServiceTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::UpdateServiceTemplateOutput
- Includes:
- Structure
- Defined in:
- 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.
6567 6568 6569 6570 6571 |
# File 'lib/aws-sdk-proton/types.rb', line 6567 class UpdateServiceTemplateOutput < Struct.new( :service_template) SENSITIVE = [] include Aws::Structure end |