Class: Aws::Types::DescribeStateMachineForExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_arn::String

Returns the value of attribute execution_arn.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def execution_arn
  @execution_arn
end

#included_data"ALL_DATA", "METADATA_ONLY"

Returns the value of attribute included_data.

Returns:

  • ("ALL_DATA", "METADATA_ONLY")


262
263
264
# File 'sig/types.rbs', line 262

def included_data
  @included_data
end