Class: Aws::Types::CreateWorkflowStepRequest

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:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


85
86
87
# File 'sig/types.rbs', line 85

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


94
95
96
# File 'sig/types.rbs', line 94

def next
  @next
end

#outputs::Array[Types::WorkflowStepOutput]

Returns the value of attribute outputs.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def outputs
  @outputs
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


93
94
95
# File 'sig/types.rbs', line 93

def previous
  @previous
end

#step_action_type"MANUAL", "AUTOMATED"

Returns the value of attribute step_action_type.

Returns:

  • ("MANUAL", "AUTOMATED")


88
89
90
# File 'sig/types.rbs', line 88

def step_action_type
  @step_action_type
end

#step_group_id::String

Returns the value of attribute step_group_id.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def step_group_id
  @step_group_id
end

#step_target::Array[::String]

Returns the value of attribute step_target.

Returns:

  • (::Array[::String])


91
92
93
# File 'sig/types.rbs', line 91

def step_target
  @step_target
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def workflow_id
  @workflow_id
end

#workflow_step_automation_configurationTypes::WorkflowStepAutomationConfiguration

Returns the value of attribute workflow_step_automation_configuration.



90
91
92
# File 'sig/types.rbs', line 90

def workflow_step_automation_configuration
  @workflow_step_automation_configuration
end