AWSConnectReplicateInstanceResponse
Objective-C
@interface AWSConnectReplicateInstanceResponse
Swift
class AWSConnectReplicateInstanceResponse
-
The Amazon Resource Name (ARN) of the replicated instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;Swift
var arn: String? { get set } -
The identifier of the replicated instance. You can find the
instanceIdin the ARN of the instance. The replicated instance has the same identifier as the instance it was replicated from.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;Swift
var identifier: String? { get set }
View on GitHub
Install in Dash
AWSConnectReplicateInstanceResponse Class Reference