class Aws::FraudDetector::Types::PutEventTypeRequest

@note When making an API call, you may pass PutEventTypeRequest

data as a hash:

    {
      name: "identifier", # required
      description: "description",
      event_variables: ["string"], # required
      labels: ["string"],
      entity_types: ["string"], # required
      tags: [
        {
          key: "tagKey", # required
          value: "tagValue", # required
        },
      ],
    }

@!attribute [rw] name

The name.
@return [String]

@!attribute [rw] description

The description of the event type.
@return [String]

@!attribute [rw] event_variables

The event type variables.
@return [Array<String>]

@!attribute [rw] labels

The event type labels.
@return [Array<String>]

@!attribute [rw] entity_types

The entity type for the event type. Example entity types: customer,
merchant, account.
@return [Array<String>]

@!attribute [rw] tags

A collection of key and value pairs.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutEventTypeRequest AWS API Documentation

Constants

SENSITIVE