Class: Aws::Types::CreateJobTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def client_token
  @client_token
end

#job_template_dataTypes::JobTemplateData

Returns the value of attribute job_template_data.



87
88
89
# File 'sig/types.rbs', line 87

def job_template_data
  @job_template_data
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


88
89
90
# File 'sig/types.rbs', line 88

def tags
  @tags
end