AWSIoTDataRetainedMessageSummary
Objective-C
@interface AWSIoTDataRetainedMessageSummary
Swift
class AWSIoTDataRetainedMessageSummary
Information about a single retained message.
-
The Epoch date and time, in milliseconds, when the retained message was stored by IoT.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable lastModifiedTime;
Swift
var lastModifiedTime: NSNumber? { get set }
-
The size of the retained message’s payload in bytes.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable payloadSize;
Swift
var payloadSize: NSNumber? { get set }
-
The quality of service (QoS) level used to publish the retained message.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable qos;
Swift
var qos: NSNumber? { get set }
-
The topic name to which the retained message was published.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable topic;
Swift
var topic: String? { get set }