AWSConnectFlowAssociationSummary
Objective-C
@interface AWSConnectFlowAssociationSummary
Swift
class AWSConnectFlowAssociationSummary
Information about flow associations.
-
The identifier of the flow.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flowId;Swift
var flowId: String? { get set } -
The identifier of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;Swift
var resourceId: String? { get set } -
The type of resource association.
Declaration
Objective-C
@property (nonatomic) AWSConnectListFlowAssociationResourceType resourceType;Swift
var resourceType: AWSConnectListFlowAssociationResourceType { get set }
View on GitHub
Install in Dash
AWSConnectFlowAssociationSummary Class Reference