Class: Aws::Types::CreateWorkflowRequest

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)


207
208
209
# File 'sig/types.rbs', line 207

def description
  @description
end

#on_exception_steps::Array[Types::WorkflowStep]

Returns the value of attribute on_exception_steps.

Returns:



209
210
211
# File 'sig/types.rbs', line 209

def on_exception_steps
  @on_exception_steps
end

#steps::Array[Types::WorkflowStep]

Returns the value of attribute steps.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def steps
  @steps
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



210
211
212
# File 'sig/types.rbs', line 210

def tags
  @tags
end