Class: Aws::Types::UpdateWorkflowStepResponse

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)


676
677
678
# File 'sig/types.rbs', line 676

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def name
  @name
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def step_group_id
  @step_group_id
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def workflow_id
  @workflow_id
end