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_identifier::String

Returns the value of attribute flow_identifier.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def flow_identifier
  @flow_identifier
end

#skip_resource_in_use_checkBoolean

Returns the value of attribute skip_resource_in_use_check.

Returns:

  • (Boolean)


786
787
788
# File 'sig/types.rbs', line 786

def skip_resource_in_use_check
  @skip_resource_in_use_check
end