AWSComprehendListFlywheelsResponse

Objective-C

@interface AWSComprehendListFlywheelsResponse

Swift

class AWSComprehendListFlywheelsResponse
  • A list of flywheel properties retrieved by the service in response to the request.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSComprehendFlywheelSummary *> *_Nullable flywheelSummaryList;

    Swift

    var flywheelSummaryList: [AWSComprehendFlywheelSummary]? { 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 }