Class: Aws::Types::StopFlowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_arn::String

Returns the value of attribute flow_arn.

Returns:

  • (::String)


1285
1286
1287
# File 'sig/types.rbs', line 1285

def flow_arn
  @flow_arn
end

#flow_status"Active", ...

Returns the value of attribute flow_status.

Returns:

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


1286
1287
1288
# File 'sig/types.rbs', line 1286

def flow_status
  @flow_status
end