Class: Aws::Types::DeleteJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def app_id
  @app_id
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def branch_name
  @branch_name
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def job_id
  @job_id
end