AWSComprehendCreateFlywheelResponse
Objective-C
@interface AWSComprehendCreateFlywheelResponse
Swift
class AWSComprehendCreateFlywheelResponse
-
The Amazon Resource Number (ARN) of the active model version.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable activeModelArn;Swift
var activeModelArn: String? { get set } -
The Amazon Resource Number (ARN) of the flywheel.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flywheelArn;Swift
var flywheelArn: String? { get set }
View on GitHub
Install in Dash
AWSComprehendCreateFlywheelResponse Class Reference