ContactFlowSummary
public struct ContactFlowSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the contact flow.
Declaration
Swift
public let arn: String?
-
The type of contact flow.
Declaration
Swift
public let contactFlowType: ContactFlowType?
-
The identifier of the contact flow.
Declaration
Swift
public let id: String?
-
The name of the contact flow.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, contactFlowType: ContactFlowType? = nil, id: String? = nil, name: String? = nil)