Class: Aws::Types::SubmitServiceJobResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_arn::String

Returns the value of attribute job_arn.

Returns:

  • (::String)


1548
1549
1550
# File 'sig/types.rbs', line 1548

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


1549
1550
1551
# File 'sig/types.rbs', line 1549

def job_name
  @job_name
end