Class: Aws::Types::GetWorkflowStepResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def description
  @description
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def end_time
  @end_time
end

#last_start_time::Time

Returns the value of attribute last_start_time.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def last_start_time
  @last_start_time
end

#name::String

Returns the value of attribute name.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:



278
279
280
# File 'sig/types.rbs', line 278

def next
  @next
end

#no_of_srv_completed::Integer

Returns the value of attribute no_of_srv_completed.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def no_of_srv_completed
  @no_of_srv_completed
end

#no_of_srv_failed::Integer

Returns the value of attribute no_of_srv_failed.

Returns:



286
287
288
# File 'sig/types.rbs', line 286

def no_of_srv_failed
  @no_of_srv_failed
end

#outputs::Array[Types::WorkflowStepOutput]

Returns the value of attribute outputs.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def outputs
  @outputs
end

#owner"AWS_MANAGED", "CUSTOM"

Returns the value of attribute owner.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def owner
  @owner
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:



277
278
279
# File 'sig/types.rbs', line 277

def previous
  @previous
end

#script_output_location::String

Returns the value of attribute script_output_location.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def script_output_location
  @script_output_location
end

#status"AWAITING_DEPENDENCIES", ...

Returns the value of attribute status.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def status_message
  @status_message
end

#step_action_type"MANUAL", "AUTOMATED"

Returns the value of attribute step_action_type.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def step_action_type
  @step_action_type
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def step_group_id
  @step_group_id
end

#step_id::String

Returns the value of attribute step_id.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def step_id
  @step_id
end

#step_target::Array[::String]

Returns the value of attribute step_target.

Returns:



275
276
277
# File 'sig/types.rbs', line 275

def step_target
  @step_target
end

#total_no_of_srv::Integer

Returns the value of attribute total_no_of_srv.

Returns:



287
288
289
# File 'sig/types.rbs', line 287

def total_no_of_srv
  @total_no_of_srv
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



269
270
271
# File 'sig/types.rbs', line 269

def workflow_id
  @workflow_id
end

#workflow_step_automation_configurationTypes::WorkflowStepAutomationConfiguration

Returns the value of attribute workflow_step_automation_configuration.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def workflow_step_automation_configuration
  @workflow_step_automation_configuration
end