Class: Aws::Appflow::Types::DescribeFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DescribeFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_name ⇒ String
The specified name of the flow.
Instance Attribute Details
#flow_name ⇒ String
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
1991 1992 1993 1994 1995 |
# File 'lib/aws-sdk-appflow/types.rb', line 1991 class DescribeFlowRequest < Struct.new( :flow_name) SENSITIVE = [] include Aws::Structure end |