Class: Aws::Types::WorkflowExecutionMetadata

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time ⇒ ::String

Returns the value of attribute end_time.

Returns:

  • (::String)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def end_time
  @end_time
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def message
  @message
end

#parallel_group ⇒ ::String

Returns the value of attribute parallel_group.

Returns:

  • (::String)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def parallel_group
  @parallel_group
end

#retried ⇒ Boolean

Returns the value of attribute retried.

Returns:

  • (Boolean)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def retried
  @retried
end

#start_time ⇒ ::String

Returns the value of attribute start_time.

Returns:

  • (::String)


2200
2201
2202
# File 'sig/types.rbs', line 2200

def start_time
  @start_time
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "SKIPPED", "RUNNING", "COMPLETED", "FAILED", "ROLLBACK_IN_PROGRESS", "ROLLBACK_COMPLETED", "CANCELLED")


2194
2195
2196
# File 'sig/types.rbs', line 2194

def status
  @status
end

#total_step_count ⇒ ::Integer

Returns the value of attribute total_step_count.

Returns:

  • (::Integer)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def total_step_count
  @total_step_count
end

#total_steps_failed ⇒ ::Integer

Returns the value of attribute total_steps_failed.

Returns:

  • (::Integer)


2198
2199
2200
# File 'sig/types.rbs', line 2198

def total_steps_failed
  @total_steps_failed
end

#total_steps_skipped ⇒ ::Integer

Returns the value of attribute total_steps_skipped.

Returns:

  • (::Integer)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def total_steps_skipped
  @total_steps_skipped
end

#total_steps_succeeded ⇒ ::Integer

Returns the value of attribute total_steps_succeeded.

Returns:

  • (::Integer)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def total_steps_succeeded
  @total_steps_succeeded
end

#type ⇒ "BUILD", ...

Returns the value of attribute type.

Returns:

  • ("BUILD", "TEST", "DISTRIBUTION")


2193
2194
2195
# File 'sig/types.rbs', line 2193

def type
  @type
end

#workflow_build_version_arn ⇒ ::String

Returns the value of attribute workflow_build_version_arn.

Returns:

  • (::String)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def workflow_build_version_arn
  @workflow_build_version_arn
end

#workflow_execution_id ⇒ ::String

Returns the value of attribute workflow_execution_id.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def workflow_execution_id
  @workflow_execution_id
end