AWSConnectDescribeViewRequest

Objective-C

@interface AWSConnectDescribeViewRequest

Swift

class AWSConnectDescribeViewRequest
  • The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceId;

    Swift

    var instanceId: String? { get set }
  • The ViewId of the view. This must be an ARN for Amazon Web Services managed views.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable viewId;

    Swift

    var viewId: String? { get set }