Class: Aws::Types::DescribedWorkflow

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



690
691
692
# File 'sig/types.rbs', line 690

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def description
  @description
end

#on_exception_steps::Array[Types::WorkflowStep]

Returns the value of attribute on_exception_steps.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def on_exception_steps
  @on_exception_steps
end

#steps::Array[Types::WorkflowStep]

Returns the value of attribute steps.

Returns:



692
693
694
# File 'sig/types.rbs', line 692

def steps
  @steps
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



695
696
697
# File 'sig/types.rbs', line 695

def tags
  @tags
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



694
695
696
# File 'sig/types.rbs', line 694

def workflow_id
  @workflow_id
end