Class: Aws::Types::BuildPhase

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contexts::Array[Types::PhaseContext]

Returns the value of attribute contexts.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def contexts
  @contexts
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


250
251
252
# File 'sig/types.rbs', line 250

def duration_in_seconds
  @duration_in_seconds
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


249
250
251
# File 'sig/types.rbs', line 249

def end_time
  @end_time
end

#phase_status"SUCCEEDED", ...

Returns the value of attribute phase_status.

Returns:

  • ("SUCCEEDED", "FAILED", "FAULT", "TIMED_OUT", "IN_PROGRESS", "STOPPED")


247
248
249
# File 'sig/types.rbs', line 247

def phase_status
  @phase_status
end

#phase_type"SUBMITTED", ...

Returns the value of attribute phase_type.

Returns:

  • ("SUBMITTED", "QUEUED", "PROVISIONING", "DOWNLOAD_SOURCE", "INSTALL", "PRE_BUILD", "BUILD", "POST_BUILD", "UPLOAD_ARTIFACTS", "FINALIZING", "COMPLETED")


246
247
248
# File 'sig/types.rbs', line 246

def phase_type
  @phase_type
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


248
249
250
# File 'sig/types.rbs', line 248

def start_time
  @start_time
end