Class: Aws::FraudDetector::Types::ExternalEventsDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::ExternalEventsDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
Details for the external events data used for model version training.
Constant Summary collapse
- SENSITIVE =
[]
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.
1867 1868 1869 1870 1871 1872 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1867 class ExternalEventsDetail < Struct.new( :data_location, :data_access_role_arn) SENSITIVE = [] include Aws::Structure end |
#data_location ⇒ String
The Amazon S3 bucket location for the data.
1867 1868 1869 1870 1871 1872 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 1867 class ExternalEventsDetail < Struct.new( :data_location, :data_access_role_arn) SENSITIVE = [] include Aws::Structure end |