AWSConnectParticipantDescribeViewRequest

Objective-C

@interface AWSConnectParticipantDescribeViewRequest

Swift

class AWSConnectParticipantDescribeViewRequest
  • The connection token.

    Declaration

    Objective-C

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

    Swift

    var connectionToken: String? { get set }
  • An encrypted token originating from the interactive message of a ShowView block operation. Represents the desired view.

    Declaration

    Objective-C

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

    Swift

    var viewToken: String? { get set }