Class: Aws::Types::StartFlowResponse

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:

  • (::String)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def execution_id
  @execution_id
end

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def flow_arn
  @flow_arn
end

#flow_status"Active", ...

Returns the value of attribute flow_status.

Returns:

  • ("Active", "Deprecated", "Deleted", "Draft", "Errored", "Suspended")


1274
1275
1276
# File 'sig/types.rbs', line 1274

def flow_status
  @flow_status
end