Class: Aws::Types::CancelFlowExecutionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_ids::Array[::String]

Returns the value of attribute execution_ids.

Returns:

  • (::Array[::String])


73
74
75
# File 'sig/types.rbs', line 73

def execution_ids
  @execution_ids
end

#flow_name::String

Returns the value of attribute flow_name.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def flow_name
  @flow_name
end