AWSCognitoIdentityListTagsForResourceResponse

Objective-C

@interface AWSCognitoIdentityListTagsForResourceResponse : AWSModel

Swift

class AWSCognitoIdentityListTagsForResourceResponse : AWSModel
  • The tags that are assigned to the identity pool.

    Declaration

    Objective-C

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

    Swift

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