You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FraudDetector::Types::PutDetectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::PutDetectorRequest
- Defined in:
- (unknown)
Overview
Note:
When passing PutDetectorRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
detector_id: "identifier", # required
description: "description",
event_type_name: "identifier", # required
tags: [
{
key: "tagKey", # required
value: "tagValue", # required
},
],
}
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the detector.
-
#detector_id ⇒ String
The detector ID.
-
#event_type_name ⇒ String
The name of the event type.
-
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.
Instance Attribute Details
#description ⇒ String
The description of the detector.
#detector_id ⇒ String
The detector ID.
#event_type_name ⇒ String
The name of the event type.
#tags ⇒ Array<Types::Tag>
A collection of key and value pairs.