Class: Aws::Deadline::Types::CopyJobTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CopyJobTemplateResponse
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_type ⇒ String
The format of the job template, either
JSONorYAML.
Instance Attribute Details
#template_type ⇒ String
The format of the job template, either JSON or YAML.
1020 1021 1022 1023 1024 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1020 class CopyJobTemplateResponse < Struct.new( :template_type) SENSITIVE = [] include Aws::Structure end |