Class: Aws::Types::DeleteWorkflowStepRequest

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:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def id
  @id
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def step_group_id
  @step_group_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def workflow_id
  @workflow_id
end