Class: Aws::Types::JobTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


375
376
377
# File 'sig/types.rbs', line 375

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def created_by
  @created_by
end

#decryption_error::String

Returns the value of attribute decryption_error.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def decryption_error
  @decryption_error
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def id
  @id
end

#job_template_dataTypes::JobTemplateData

Returns the value of attribute job_template_data.



378
379
380
# File 'sig/types.rbs', line 378

def job_template_data
  @job_template_data
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def kms_key_arn
  @kms_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


377
378
379
# File 'sig/types.rbs', line 377

def tags
  @tags
end