AWSConnectGetFlowAssociationResponse
Objective-C
@interface AWSConnectGetFlowAssociationResponse
Swift
class AWSConnectGetFlowAssociationResponse
-
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 } -
A valid resource type.
Declaration
Objective-C
@property (nonatomic) AWSConnectFlowAssociationResourceType resourceType;Swift
var resourceType: AWSConnectFlowAssociationResourceType { get set }
View on GitHub
Install in Dash
AWSConnectGetFlowAssociationResponse Class Reference