AWSConnectCreateInstanceResponse
Objective-C
@interface AWSConnectCreateInstanceResponse
Swift
class AWSConnectCreateInstanceResponse
-
The Amazon Resource Name (ARN) of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The identifier for the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }