Class: Aws::Types::DeleteFlowRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flow_name::String

Returns the value of attribute flow_name.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def flow_name
  @flow_name
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


427
428
429
# File 'sig/types.rbs', line 427

def force_delete
  @force_delete
end