Class: Aws::Types::UpdateWorkflowStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:



664
665
666
# File 'sig/types.rbs', line 664

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



660
661
662
# File 'sig/types.rbs', line 660

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



663
664
665
# File 'sig/types.rbs', line 663

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def next
  @next
end

#outputs::Array[Types::WorkflowStepOutput]

Returns the value of attribute outputs.

Returns:



668
669
670
# File 'sig/types.rbs', line 668

def outputs
  @outputs
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:



669
670
671
# File 'sig/types.rbs', line 669

def previous
  @previous
end

#status"AWAITING_DEPENDENCIES", ...

Returns the value of attribute status.

Returns:



671
672
673
# File 'sig/types.rbs', line 671

def status
  @status
end

#step_action_type"MANUAL", "AUTOMATED"

Returns the value of attribute step_action_type.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def step_action_type
  @step_action_type
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:



661
662
663
# File 'sig/types.rbs', line 661

def step_group_id
  @step_group_id
end

#step_target::Array[::String]

Returns the value of attribute step_target.

Returns:



667
668
669
# File 'sig/types.rbs', line 667

def step_target
  @step_target
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def workflow_id
  @workflow_id
end

#workflow_step_automation_configurationTypes::WorkflowStepAutomationConfiguration

Returns the value of attribute workflow_step_automation_configuration.

Returns:



666
667
668
# File 'sig/types.rbs', line 666

def workflow_step_automation_configuration
  @workflow_step_automation_configuration
end