Class: Aws::Types::DeleteFlowResponse

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)


474
475
476
# File 'sig/types.rbs', line 474

def flow_arn
  @flow_arn
end

#status"STANDBY", ...

Returns the value of attribute status.

Returns:

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


475
476
477
# File 'sig/types.rbs', line 475

def status
  @status
end