AWSConnectAssociateSecurityKeyResponse

Objective-C

@interface AWSConnectAssociateSecurityKeyResponse

Swift

class AWSConnectAssociateSecurityKeyResponse
  • The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

    Declaration

    Objective-C

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

    Swift

    var associationId: String? { get set }