Class: Aws::Types::DeleteWorkflowStepGroupRequest

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)


128
129
130
# File 'sig/types.rbs', line 128

def id
  @id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def workflow_id
  @workflow_id
end