Class: Aws::Appflow::Types::DescribeFlowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_nameString

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Returns:

  • (String)


1991
1992
1993
1994
1995
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1991

class DescribeFlowRequest < Struct.new(
  :flow_name)
  SENSITIVE = []
  include Aws::Structure
end