Class: Aws::Proton::Types::GetServiceTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceTemplateOutput
- 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 detailed data of the requested service template.
Instance Attribute Details
#service_template ⇒ Types::ServiceTemplate
The detailed data of the requested service template.
3171 3172 3173 3174 3175 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3171 class GetServiceTemplateOutput < Struct.new( :service_template) SENSITIVE = [] include Aws::Structure end |