AWSCognitoIdentityIdentityPoolShortDescription
Objective-C
@interface AWSCognitoIdentityIdentityPoolShortDescription : AWSModel
Swift
class AWSCognitoIdentityIdentityPoolShortDescription : AWSModel
A description of the identity pool.
-
An identity pool ID in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityPoolId;
Swift
var identityPoolId: String? { get set }
-
A string that you provide.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityPoolName;
Swift
var identityPoolName: String? { get set }