AWSComprehendListEndpointsResponse
Objective-C
@interface AWSComprehendListEndpointsResponse
Swift
class AWSComprehendListEndpointsResponse
-
Displays a list of endpoint properties being retrieved by the service in response to the request.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendEndpointProperties *> *_Nullable endpointPropertiesList;Swift
var endpointPropertiesList: [AWSComprehendEndpointProperties]? { get set } -
Identifies the next page of results to return.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSComprehendListEndpointsResponse Class Reference