Class: Aws::Types::StopJobRequest

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)


640
641
642
# File 'sig/types.rbs', line 640

def app_id
  @app_id
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


641
642
643
# File 'sig/types.rbs', line 641

def branch_name
  @branch_name
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


642
643
644
# File 'sig/types.rbs', line 642

def job_id
  @job_id
end