Class: Aws::Types::SendWorkflowStepStateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#execution_id::String

Returns the value of attribute execution_id.

Returns:



1179
1180
1181
# File 'sig/types.rbs', line 1179

def execution_id
  @execution_id
end

#status"SUCCESS", "FAILURE"

Returns the value of attribute status.

Returns:



1181
1182
1183
# File 'sig/types.rbs', line 1181

def status
  @status
end

#token::String

Returns the value of attribute token.

Returns:



1180
1181
1182
# File 'sig/types.rbs', line 1180

def token
  @token
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:



1178
1179
1180
# File 'sig/types.rbs', line 1178

def workflow_id
  @workflow_id
end