You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::ExternalEventsDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ExternalEventsDetail
- Defined in:
- (unknown)
Overview
Note:
When passing ExternalEventsDetail as input to an Aws::Client method, you can use a vanilla Hash:
{
data_location: "s3BucketLocation", # required
data_access_role_arn: "iamRoleArn", # required
}
Details for the external events data used for model version training.
Returned by:
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ String
The ARN of the role that provides Amazon Fraud Detector access to the data location.
-
#data_location ⇒ String
The Amazon S3 bucket location for the data.
Instance Attribute Details
#data_access_role_arn ⇒ String
The ARN of the role that provides Amazon Fraud Detector access to the data location.
#data_location ⇒ String
The Amazon S3 bucket location for the data.