Class: Aws::Types::JobTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2893
2894
2895
# File 'sig/types.rbs', line 2893

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2892
2893
2894
# File 'sig/types.rbs', line 2892

def description
  @description
end

#job_template_arn::String

Returns the value of attribute job_template_arn.

Returns:

  • (::String)


2890
2891
2892
# File 'sig/types.rbs', line 2890

def job_template_arn
  @job_template_arn
end

#job_template_id::String

Returns the value of attribute job_template_id.

Returns:

  • (::String)


2891
2892
2893
# File 'sig/types.rbs', line 2891

def job_template_id
  @job_template_id
end