Class: Aws::Types::StartJobRequest

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)


608
609
610
# File 'sig/types.rbs', line 608

def app_id
  @app_id
end

#branch_name::String

Returns the value of attribute branch_name.

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def branch_name
  @branch_name
end

#commit_id::String

Returns the value of attribute commit_id.

Returns:

  • (::String)


613
614
615
# File 'sig/types.rbs', line 613

def commit_id
  @commit_id
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:

  • (::String)


614
615
616
# File 'sig/types.rbs', line 614

def commit_message
  @commit_message
end

#commit_time::Time

Returns the value of attribute commit_time.

Returns:

  • (::Time)


615
616
617
# File 'sig/types.rbs', line 615

def commit_time
  @commit_time
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


610
611
612
# File 'sig/types.rbs', line 610

def job_id
  @job_id
end

#job_reason::String

Returns the value of attribute job_reason.

Returns:

  • (::String)


612
613
614
# File 'sig/types.rbs', line 612

def job_reason
  @job_reason
end

#job_type"RELEASE", ...

Returns the value of attribute job_type.

Returns:

  • ("RELEASE", "RETRY", "MANUAL", "WEB_HOOK")


611
612
613
# File 'sig/types.rbs', line 611

def job_type
  @job_type
end