AWSCognitoIdentityTagResourceInput
Objective-C
@interface AWSCognitoIdentityTagResourceInput : AWSRequest
Swift
class AWSCognitoIdentityTagResourceInput : AWSRequest
-
The Amazon Resource Name (ARN) of the identity pool.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }
-
The tags to assign to the identity pool.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;
Swift
var tags: [String : String]? { get set }