Class: Aws::FraudDetector::Types::ExternalEventsDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/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

Instance Attribute Details

#data_access_role_arnString

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

Returns:

  • (String)


1867
1868
1869
1870
1871
1872
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1867

class ExternalEventsDetail < Struct.new(
  :data_location,
  :data_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#data_locationString

The Amazon S3 bucket location for the data.

Returns:

  • (String)


1867
1868
1869
1870
1871
1872
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1867

class ExternalEventsDetail < Struct.new(
  :data_location,
  :data_access_role_arn)
  SENSITIVE = []
  include Aws::Structure
end