Class: Aws::Deadline::Types::CopyJobTemplateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_typeString

The format of the job template, either JSON or YAML.

Returns:

  • (String)


1056
1057
1058
1059
1060
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1056

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