Class: Aws::FraudDetector::Types::Detector
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::Detector
- Defined in:
- gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb
Overview
The detector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The detector ARN.
-
#created_time ⇒ String
Timestamp of when the detector was created.
-
#description ⇒ String
The detector description.
-
#detector_id ⇒ String
The detector ID.
-
#event_type_name ⇒ String
The name of the event type.
-
#last_updated_time ⇒ String
Timestamp of when the detector was last updated.
Instance Attribute Details
#arn ⇒ String
The detector ARN.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1459 class Detector < Struct.new( :detector_id, :description, :event_type_name, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ String
Timestamp of when the detector was created.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1459 class Detector < Struct.new( :detector_id, :description, :event_type_name, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The detector description.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1459 class Detector < Struct.new( :detector_id, :description, :event_type_name, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#detector_id ⇒ String
The detector ID.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1459 class Detector < Struct.new( :detector_id, :description, :event_type_name, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#event_type_name ⇒ String
The name of the event type.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1459 class Detector < Struct.new( :detector_id, :description, :event_type_name, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ String
Timestamp of when the detector was last updated.
1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 1459 class Detector < Struct.new( :detector_id, :description, :event_type_name, :last_updated_time, :created_time, :arn) SENSITIVE = [] include Aws::Structure end |