AWSConnectDisassociateSecurityKeyRequest
Objective-C
@interface AWSConnectDisassociateSecurityKeyRequest
Swift
class AWSConnectDisassociateSecurityKeyRequest
-
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;
Swift
var associationId: String? { get set }
-
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }