Class: Aws::Types::DeleteFlowVersionRequest

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)


796
797
798
# File 'sig/types.rbs', line 796

def flow_identifier
  @flow_identifier
end

#flow_version::String

Returns the value of attribute flow_version.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def flow_version
  @flow_version
end

#skip_resource_in_use_checkBoolean

Returns the value of attribute skip_resource_in_use_check.

Returns:

  • (Boolean)


798
799
800
# File 'sig/types.rbs', line 798

def skip_resource_in_use_check
  @skip_resource_in_use_check
end