Class: Aws::Proton::Types::GetServiceTemplateOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_templateTypes::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