Class: Aws::Types::StartJobRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.



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.



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.



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.



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.



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.



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.



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.



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

def job_type
  @job_type
end