AWSChimeSDKMessagingListTagsForResourceResponse
Objective-C
@interface AWSChimeSDKMessagingListTagsForResourceResponse
Swift
class AWSChimeSDKMessagingListTagsForResourceResponse
-
The tag key-value pairs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSChimeSDKMessagingTag *> *_Nullable tags;
Swift
var tags: [AWSChimeSDKMessagingTag]? { get set }