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