AWSCognitoIdentityProviderCreateResourceServerResponse
Objective-C
@interface AWSCognitoIdentityProviderCreateResourceServerResponse
Swift
class AWSCognitoIdentityProviderCreateResourceServerResponse
-
The newly created resource server.
Declaration
Objective-C
@property (nonatomic, strong) AWSCognitoIdentityProviderResourceServerType *_Nullable resourceServer;
Swift
var resourceServer: AWSCognitoIdentityProviderResourceServerType? { get set }