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
show all
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

Instance Attribute Details

#data_access_role_arnString

The ARN of the role that provides Amazon Fraud Detector access to the data location.

Returns:

  • (String)

    The ARN of the role that provides Amazon Fraud Detector access to the data location.

#data_locationString

The Amazon S3 bucket location for the data.

Returns:

  • (String)

    The Amazon S3 bucket location for the data.