Class: Aws::Types::GetWorkflowStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def id
  @id
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def step_group_id
  @step_group_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def workflow_id
  @workflow_id
end