AWSConnectReplicateInstanceResponse

Objective-C

@interface AWSConnectReplicateInstanceResponse

Swift

class AWSConnectReplicateInstanceResponse
  • arn

    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 instanceId in 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 }