Class: Aws::Proton::Types::GetServiceTemplateVersionOutput

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_template_versionTypes::ServiceTemplateVersion

The detailed data of the requested service template version.



3208
3209
3210
3211
3212
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3208

class GetServiceTemplateVersionOutput < Struct.new(
  :service_template_version)
  SENSITIVE = []
  include Aws::Structure
end