AWSCognitoIdentityDescribeIdentityPoolInput
Objective-C
@interface AWSCognitoIdentityDescribeIdentityPoolInput : AWSRequest
Swift
class AWSCognitoIdentityDescribeIdentityPoolInput : AWSRequest
Input to the DescribeIdentityPool action.
Required parameters: [IdentityPoolId]
-
An identity pool ID in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityPoolId;Swift
var identityPoolId: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityDescribeIdentityPoolInput Class Reference