AWSComprehendUpdateFlywheelRequest
Objective-C
@interface AWSComprehendUpdateFlywheelRequest
Swift
class AWSComprehendUpdateFlywheelRequest
-
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 Name (ARN) of the IAM role that grants Amazon Comprehend permission to access the flywheel data.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable dataAccessRoleArn;
Swift
var dataAccessRoleArn: String? { get set }
-
Flywheel data security configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendUpdateDataSecurityConfig *_Nullable dataSecurityConfig;
Swift
var dataSecurityConfig: AWSComprehendUpdateDataSecurityConfig? { get set }
-
The Amazon Resource Number (ARN) of the flywheel to update.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable flywheelArn;
Swift
var flywheelArn: String? { get set }