Class: Aws::Types::FindMatchesTaskRunProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3160
3161
3162
# File 'sig/types.rbs', line 3160

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


3161
3162
3163
# File 'sig/types.rbs', line 3161

def job_name
  @job_name
end

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


3162
3163
3164
# File 'sig/types.rbs', line 3162

def job_run_id
  @job_run_id
end