DescribeFlowRequest
public struct DescribeFlowRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
Declaration
Swift
public let flowName: String
-
Undocumented
Declaration
Swift
public init(flowName: String)
-
Declaration
Swift
public func validate(name: String) throws