AWSComprehendUpdateFlywheelResponse
Objective-C
@interface AWSComprehendUpdateFlywheelResponse
Swift
class AWSComprehendUpdateFlywheelResponse
-
The flywheel properties.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendFlywheelProperties *_Nullable flywheelProperties;
Swift
var flywheelProperties: AWSComprehendFlywheelProperties? { get set }