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)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def flow_arn
  @flow_arn
end

#status"STANDBY", ...

Returns the value of attribute status.

Returns:

  • ("STANDBY", "ACTIVE", "UPDATING", "DELETING", "STARTING", "STOPPING", "ERROR")


2253
2254
2255
# File 'sig/types.rbs', line 2253

def status
  @status
end