AWSConnectListTagsForResourceResponse

Objective-C

@interface AWSConnectListTagsForResourceResponse

Swift

class AWSConnectListTagsForResourceResponse
  • Information about the tags.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }