Class: Aws::Types::WorkflowStepExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ ::String

Returns the value of attribute action.

Returns:

  • (::String)


2233
2234
2235
# File 'sig/types.rbs', line 2233

def action
  @action
end

#image_build_version_arn ⇒ ::String

Returns the value of attribute image_build_version_arn.

Returns:

  • (::String)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def image_build_version_arn
  @image_build_version_arn
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


2232
2233
2234
# File 'sig/types.rbs', line 2232

def name
  @name
end

#start_time ⇒ ::String

Returns the value of attribute start_time.

Returns:

  • (::String)


2234
2235
2236
# File 'sig/types.rbs', line 2234

def start_time
  @start_time
end

#step_execution_id ⇒ ::String

Returns the value of attribute step_execution_id.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def step_execution_id
  @step_execution_id
end

#workflow_build_version_arn ⇒ ::String

Returns the value of attribute workflow_build_version_arn.

Returns:

  • (::String)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def workflow_build_version_arn
  @workflow_build_version_arn
end

#workflow_execution_id ⇒ ::String

Returns the value of attribute workflow_execution_id.

Returns:

  • (::String)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def workflow_execution_id
  @workflow_execution_id
end