AWSChimeSDKMessagingPutChannelExpirationSettingsRequest

Objective-C

@interface AWSChimeSDKMessagingPutChannelExpirationSettingsRequest

Swift

class AWSChimeSDKMessagingPutChannelExpirationSettingsRequest
  • The ARN of the channel.

    Declaration

    Objective-C

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

    Swift

    var channelArn: String? { get set }
  • The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

    Declaration

    Objective-C

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

    Swift

    var chimeBearer: String? { get set }
  • Settings that control the interval after which a channel is deleted.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSChimeSDKMessagingExpirationSettings *_Nullable expirationSettings;

    Swift

    var expirationSettings: AWSChimeSDKMessagingExpirationSettings? { get set }