AWSCognitoIdentityProviderTagResourceRequest
Objective-C
@interface AWSCognitoIdentityProviderTagResourceRequest
Swift
class AWSCognitoIdentityProviderTagResourceRequest
-
The Amazon Resource Name (ARN) of the user pool to assign the tags to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;Swift
var resourceArn: String? { get set } -
The tags to assign to the user pool.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;Swift
var tags: [String : String]? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityProviderTagResourceRequest Class Reference