Class: Aws::Types::InitiateJobOutput

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)


264
265
266
# File 'sig/types.rbs', line 264

def job_id
  @job_id
end

#job_output_path::String

Returns the value of attribute job_output_path.

Returns:

  • (::String)


265
266
267
# File 'sig/types.rbs', line 265

def job_output_path
  @job_output_path
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def location
  @location
end