AWSCognitoIdentityDescribeIdentityInput
Objective-C
@interface AWSCognitoIdentityDescribeIdentityInput : AWSRequest
Swift
class AWSCognitoIdentityDescribeIdentityInput : AWSRequest
Input to the DescribeIdentity action.
Required parameters: [IdentityId]
-
A unique identifier in the format REGION:GUID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identityId;Swift
var identityId: String? { get set }
View on GitHub
Install in Dash
AWSCognitoIdentityDescribeIdentityInput Class Reference