AWSCognitoIdentityGetIdentityPoolRolesInput

Objective-C

@interface AWSCognitoIdentityGetIdentityPoolRolesInput : AWSRequest

Swift

class AWSCognitoIdentityGetIdentityPoolRolesInput : AWSRequest

Input to the GetIdentityPoolRoles 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 }