Class: Aws::Types::JobSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#commit_id::String

Returns the value of attribute commit_id.

Returns:



453
454
455
# File 'sig/types.rbs', line 453

def commit_id
  @commit_id
end

#commit_message::String

Returns the value of attribute commit_message.

Returns:



454
455
456
# File 'sig/types.rbs', line 454

def commit_message
  @commit_message
end

#commit_time::Time

Returns the value of attribute commit_time.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def commit_time
  @commit_time
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



458
459
460
# File 'sig/types.rbs', line 458

def end_time
  @end_time
end

#job_arn::String

Returns the value of attribute job_arn.

Returns:



451
452
453
# File 'sig/types.rbs', line 451

def job_arn
  @job_arn
end

#job_id::String

Returns the value of attribute job_id.

Returns:



452
453
454
# File 'sig/types.rbs', line 452

def job_id
  @job_id
end

#job_type"RELEASE", ...

Returns the value of attribute job_type.

Returns:



459
460
461
# File 'sig/types.rbs', line 459

def job_type
  @job_type
end

#source_url::String

Returns the value of attribute source_url.

Returns:



460
461
462
# File 'sig/types.rbs', line 460

def source_url
  @source_url
end

#source_url_type"ZIP", "BUCKET_PREFIX"

Returns the value of attribute source_url_type.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def source_url_type
  @source_url_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



456
457
458
# File 'sig/types.rbs', line 456

def start_time
  @start_time
end

#status"CREATED", ...

Returns the value of attribute status.

Returns:



457
458
459
# File 'sig/types.rbs', line 457

def status
  @status
end